summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-05 17:10:09 +0200
committerMario Emmenlauer <memmenlauer@biodataanalysis.de>2021-08-11 19:25:54 +0200
commitce64880dd88a2692e85131986263ff7c7708d8d3 (patch)
tree7544cab1d02f61c079b9e544e40b4b609461d685 /appveyor.yml
parent166786eea8243b3bae90ffc2a5a60bd121fb22e2 (diff)
downloadthrift-ce64880dd88a2692e85131986263ff7c7708d8d3.tar.gz
AppVeyor: larger updates in build configuration and documentation
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml14
1 files changed, 6 insertions, 8 deletions
diff --git a/appveyor.yml b/appveyor.yml
index d19eebafd..7a0a3d911 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -28,15 +28,13 @@ branches:
- master
- /^(release/)?\d+\.\d+\.\d+$/
-os:
- - Visual Studio 2017
-
matrix:
fast_finish: true
environment:
matrix:
- PROFILE: MSVC2017
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2017
PLATFORM: x64
CONFIGURATION: Release
BUILD_SHARED_LIBS: ON
@@ -47,6 +45,7 @@ environment:
ZLIB_VERSION: 1.2.11
- PROFILE: MSVC2015
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
PLATFORM: x86
CONFIGURATION: Debug
BUILD_SHARED_LIBS: OFF
@@ -55,7 +54,6 @@ environment:
PYTHON_VERSION: 3.5
QT_VERSION: 5.8
ZLIB_VERSION: 1.2.8
- APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PROFILE: MINGW
# Currently the the latest MSYS2 is in the following image:
@@ -64,10 +62,10 @@ environment:
CONFIGURATION: RelWithDebInfo
DISABLED_TESTS: (StalenessCheckTest)
- - PROFILE: CYGWIN
- PLATFORM: x64
- CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
+ #- PROFILE: CYGWIN
+ # PLATFORM: x64
+ # CONFIGURATION: RelWithDebInfo
+ # DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
install:
- cd %APPVEYOR_BUILD_FOLDER%