mirror of
https://github.com/lovell/sharp.git
synced 2025-07-16 05:30:13 +02:00
17 lines
347 B
YAML
17 lines
347 B
YAML
os: Visual Studio 2015
|
|
version: "{build}"
|
|
build: off
|
|
platform: x64
|
|
environment:
|
|
matrix:
|
|
- nodejs_version: "8"
|
|
- nodejs_version: "10"
|
|
- nodejs_version: "12"
|
|
- nodejs_version: "13"
|
|
install:
|
|
- ps: Update-NodeJsInstallation (Get-NodeJsLatestBuild $env:nodejs_version) x64
|
|
- npm install -g npm@6
|
|
- npm install
|
|
test_script:
|
|
- npm test
|