summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-12 11:52:04 -0500
committerJames E. King III <jking@apache.org>2019-01-13 11:17:40 -0500
commitf3ec277e7e2c147342831ecec590bc2f71b07761 (patch)
tree4aaa257b6acef92c41feb607025ae735db5d6785 /appveyor.yml
parent17355425429274e7971fff39d7e45279cdf550fa (diff)
downloadthrift-f3ec277e7e2c147342831ecec590bc2f71b07761.tar.gz
Fix cygwin builds on appveyor
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml11
1 files changed, 2 insertions, 9 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 4c0144cdc..977ade6eb 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -32,8 +32,6 @@ os:
- Visual Studio 2017
matrix:
- allow_failures:
- - PROFILE: CYGWIN
fast_finish: true
environment:
@@ -51,7 +49,7 @@ environment:
- PROFILE: MSVC2015
PLATFORM: x86
- CONFIGURATION: Release
+ CONFIGURATION: Debug
BUILD_SHARED_LIBS: OFF
BOOST_VERSION: 1.62.0
LIBEVENT_VERSION: 2.0.22
@@ -67,15 +65,10 @@ environment:
DISABLED_TESTS: StressTestNonBlocking
- PROFILE: CYGWIN
- PLATFORM: x86
+ PLATFORM: x64
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