From c8c86cc7084169bdbbe162dbdf96ae745d387707 Mon Sep 17 00:00:00 2001 From: Daniel Ruf Date: Wed, 9 May 2018 13:30:27 +0200 Subject: [PATCH] chore: update Appveyor config for building on Windows with libvips --- .appveyor.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.appveyor.yml b/.appveyor.yml index 2a5e900..a6f9639 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -1,3 +1,7 @@ +os: Visual Studio 2015 +version: "{build}" +build: off +platform: x64 environment: matrix: - nodejs_version: 7