mirror of
https://github.com/lovell/sharp.git
synced 2025-07-09 18:40:16 +02:00
Switch Appveyor CI to x64 and iojs 2.x
Still install/build for 32-bit node/iojs exe
This commit is contained in:
parent
804162c69a
commit
c40cd1aa50
@ -1,6 +1,7 @@
|
||||
os: Visual Studio 2014 CTP4
|
||||
platform: Win32
|
||||
configuration: Release
|
||||
version: "{build}"
|
||||
build: off
|
||||
platform: x64
|
||||
environment:
|
||||
VIPS_VERSION_MAJOR_MINOR: 8.0
|
||||
VIPS_VERSION_PATCH: 2
|
||||
@ -10,7 +11,7 @@ environment:
|
||||
nodejs_exec: "node"
|
||||
- nodejs_version: "0.12"
|
||||
nodejs_exec: "node"
|
||||
- nodejs_version: "1.0"
|
||||
- nodejs_version: "2"
|
||||
nodejs_exec: "iojs"
|
||||
install:
|
||||
- ps: $env:VIPS_VERSION = "$env:VIPS_VERSION_MAJOR_MINOR.$env:VIPS_VERSION_PATCH"
|
||||
|
Loading…
x
Reference in New Issue
Block a user