mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 02:30:12 +02:00
16 lines
302 B
YAML
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
|