summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJose Fonseca <jfonseca@vmware.com>2017-03-28 12:40:15 +0100
committerJose Fonseca <jfonseca@vmware.com>2017-03-28 12:41:57 +0100
commit2d177861da2245d86f336d1fa63d21d839b572d6 (patch)
treea5ad84b238650929b638bf5123667bfeb2e170ea
parent1dc3e5c415abc15c59872cdc90887e6a4b58e41c (diff)
appveyor: Upgrade to Qt 5.8.appveyor
Also pin image.
-rw-r--r--appveyor.yml7
1 files changed, 5 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml
index ae5600db..2d7de673 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -11,13 +11,16 @@ init:
shallow_clone: true
+# https://www.appveyor.com/docs/build-environment/#build-worker-images
+image: Visual Studio 2015
+
environment:
MSBUILD_FLAGS: /verbosity:minimal /maxcpucount
matrix:
- CMAKE_GENERATOR: "Visual Studio 14 2015"
- QT5: C:\Qt\5.6\msvc2015
+ QT5: C:\Qt\5.8\msvc2015
- CMAKE_GENERATOR: "Visual Studio 14 2015 Win64"
- QT5: C:\Qt\5.6\msvc2015_64
+ QT5: C:\Qt\5.8\msvc2015_64
matrix:
fast_finish: true