aboutsummaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMarco Poletti <poletti.marco@gmail.com>2017-03-18 20:47:58 +0000
committerMarco Poletti <poletti.marco@gmail.com>2017-03-18 20:47:58 +0000
commit59b3a028a332043aab73e4c9ed4065b0515407d0 (patch)
treec55da0fb7bed3ea4e5fd92f26b877007875921d8 /appveyor.yml
parentd1f189e37be461076586f1cc5890b4844b3e86de (diff)
downloadgoogle-fruit-59b3a028a332043aab73e4c9ed4065b0515407d0.tar.gz
Some more changes to the AppVeyor config/script.
* Add the /Scripts subdirectory of PTHON3_PATH to PATH (for pip3) * Specify the system image at the top-level of the config (instead of specifying it in the build matrix rows)
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c45b77c..21906b2 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -1,4 +1,5 @@
version: 1.0.{build}
+image: Visual Studio 2017
configuration:
- Debug
- Release
@@ -7,13 +8,11 @@ environment:
BOOST_DIR: C:\Libraries\boost
PYTHON3_PATH: C:\Python36
matrix:
- - image: Visual Studio 2017
- MINGW_PATH: 'C:\MinGW\bin'
+ - MINGW_PATH: 'C:\MinGW\bin'
CMAKE_PATH: 'C:\Program Files (x86)\CMake\bin'
CMAKE_GENERATOR: 'MinGW Makefiles'
VCVARSALL_DIR: ''
- - image: Visual Studio 2017
- CMAKE_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin'
+ - CMAKE_PATH: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin'
CMAKE_GENERATOR: 'Visual Studio 15 2017 Win64'
VCVARSALL_DIR: 'C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build'
build_script: