aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-03-18 18:07:33 +0000
committerMarco Poletti <poletti.marco@gmail.com>2017-03-18 18:07:33 +0000
commit29550ee7897d07ecbd48b20c214f66d81f488fae (patch)
tree3670043fdd7abcad98e49040db247c4981ebddfb /appveyor.yml
parentc6b2e6e4ee5e535060e6fc84d6ea5aa469ac5eae (diff)
downloadgoogle-fruit-29550ee7897d07ecbd48b20c214f66d81f488fae.tar.gz
Set the VCVARSALL_SCRIPT variable to a non-existent script instead of an empty string, when testing Fruit on Windows/MinGW in AppVeyor.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d3efccf..6456a74 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -9,7 +9,7 @@ environment:
- image: Visual Studio 2017
CMAKE_PATH: '"C:\Program Files (x86)\CMake\bin"'
CMAKE_GENERATOR: '"MinGW Makefiles"'
- VCVARSALL_SCRIPT: ""
+ VCVARSALL_SCRIPT: "nonexistent-script.bat"
- image: Visual Studio 2015
CMAKE_PATH: '"C:\Program Files (x86)\CMake\bin"'
CMAKE_GENERATOR: '"Visual Studio 14 2015 Win64"'