summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King III <jking@apache.org>2019-01-26 09:15:19 -0500
committerJames E. King III <jking@apache.org>2019-01-26 23:53:38 -0500
commit29f7f8f32f6bf88751e0ef3c8e3f2fba1aac5b8f (patch)
tree8237187ddf8cb2b04881486dd19ec46e259cb180 /appveyor.yml
parent3f559940c23deed67c61e1e8fd92e1aa5a6f108d (diff)
downloadthrift-29f7f8f32f6bf88751e0ef3c8e3f2fba1aac5b8f.tar.gz
THRIFT-4743: remove cpp compiler plugin support to simplify the project
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml8
1 files changed, 4 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6cbabf1ee..2dee45fa8 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -45,7 +45,7 @@ environment:
PYTHON_VERSION: 3.6
QT_VERSION: 5.10
ZLIB_VERSION: 1.2.11
- DISABLED_TESTS: StressTestNonBlocking
+ DISABLED_TESTS: (concurrency_test|StressTestNonBlocking)
- PROFILE: MSVC2015
PLATFORM: x86
@@ -56,18 +56,18 @@ environment:
PYTHON_VERSION: 3.5
QT_VERSION: 5.8
ZLIB_VERSION: 1.2.8
- DISABLED_TESTS: StressTestNonBlocking
+ DISABLED_TESTS: (concurrency_test|StressTestNonBlocking)
APPVEYOR_BUILD_WORKER_IMAGE: Visual Studio 2015
- PROFILE: MINGW
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: StressTestNonBlocking
+ DISABLED_TESTS: (concurrency_test|StressTestNonBlocking)
- PROFILE: CYGWIN
PLATFORM: x64
CONFIGURATION: RelWithDebInfo
- DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
+ DISABLED_TESTS: (concurrency_test|ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest|StressTestNonBlocking)
install:
- cd %APPVEYOR_BUILD_FOLDER%