mirror of
https://github.com/lovell/sharp.git
synced 2025-07-18 22:40:13 +02:00
Copy Windows DLLs into release dir as no rpath equivalent Use local libvips on Windows CI
15 lines
292 B
YAML
15 lines
292 B
YAML
os: Visual Studio 2015
|
|
version: "{build}"
|
|
build: off
|
|
platform: x64
|
|
environment:
|
|
VIPS_WARNING: 0
|
|
matrix:
|
|
- nodejs_version: "0.12"
|
|
- nodejs_version: "4"
|
|
install:
|
|
- ps: Install-Product node $env:nodejs_version x86
|
|
- npm install --arch=ia32
|
|
test_script:
|
|
- npm run-script test-win32
|