sharp/appveyor.yml
2015-11-07 20:22:17 +00:00

16 lines
302 B
YAML

os: Visual Studio 2015
version: "{build}"
build: off
platform: x64
environment:
VIPS_WARNING: 0
matrix:
- nodejs_version: "0.12"
- nodejs_version: "4"
- nodejs_version: "5"
install:
- ps: Install-Product node $env:nodejs_version x64
- npm install
test_script:
- npm run-script test-win