summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2018-03-12 14:29:55 -0400
committerJames E. King III <jking@apache.org>2018-03-12 22:28:52 -0400
commit8d55c47610b765b2bcdfaebb7ee8d22930e0bd0d (patch)
tree9e55dbfa677cf58014c1f1be64e61ccc9f764786 /appveyor.yml
parent2bf03270bbead52344daa2252c517f0ccc0db040 (diff)
downloadthrift-8d55c47610b765b2bcdfaebb7ee8d22930e0bd0d.tar.gz
THRIFT-4508: remove cygwin64 build in favor of MSVC2013
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml21
1 files changed, 16 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 2db28f616..26bfcfb29 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -43,21 +43,32 @@ environment:
ZLIB_VERSION: 1.2.11
DISABLED_TESTS: StressTestNonBlocking
- - PROFILE: MINGW
- PLATFORM: x64
- CONFIGURATION: RelWithDebInfo
+ - PROFILE: MSVC2013
+ PLATFORM: x86
+ CONFIGURATION: Release
+ BOOST_VERSION: 1.58.0
+ LIBEVENT_VERSION: 2.0.22
+ PYTHON_VERSION: 3.5
+ QT_VERSION: 5.8
+ ZLIB_VERSION: 1.2.8
DISABLED_TESTS: StressTestNonBlocking
+ APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- - PROFILE: CYGWIN
+ - PROFILE: MINGW
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+ DISABLED_TESTS: StressTestNonBlocking
- PROFILE: CYGWIN
PLATFORM: x86
CONFIGURATION: RelWithDebInfo
DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+# - PROFILE: CYGWIN
+# PLATFORM: x64
+# CONFIGURATION: RelWithDebInfo
+# DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+
install:
- cd %APPVEYOR_BUILD_FOLDER%
- call build\appveyor\%PROFILE:~0,4%-appveyor-install.bat