From dacd62428e23328951d498a0328ea54ced96524b Mon Sep 17 00:00:00 2001 From: Lovell Fuller Date: Tue, 21 Apr 2015 12:37:45 +0100 Subject: [PATCH] Fix Windows CI binding config --- appveyor.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/appveyor.yml b/appveyor.yml index 1d7b188f..a8914901 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,6 @@ os: Visual Studio 2014 CTP4 -platform: x86 +platform: Win32 +configuration: Release environment: VIPS_VERSION_MAJOR_MINOR: 7.42 VIPS_VERSION_PATCH: 3 @@ -12,6 +13,6 @@ install: - ps: $env:VIPS_HOME = "c:\vips-dev-$env:VIPS_VERSION" - ps: $env:PATH = "$env:VIPS_HOME\bin;$env:PATH" - ps: Install-Product node 0 x86 - - npm install --msvs_version=2013 + - npm install --arch=ia32 --msvs_version=2013 test_script: - npm run-script test-win32-node \ No newline at end of file