summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xappveyor.yml21
-rw-r--r--lib/cpp/test/TNonblockingServerTest.cpp2
2 files changed, 17 insertions, 6 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
diff --git a/lib/cpp/test/TNonblockingServerTest.cpp b/lib/cpp/test/TNonblockingServerTest.cpp
index 74ffd1d54..63d8a0461 100644
--- a/lib/cpp/test/TNonblockingServerTest.cpp
+++ b/lib/cpp/test/TNonblockingServerTest.cpp
@@ -178,7 +178,7 @@ private:
protected:
shared_ptr<server::TNonblockingServer> server;
private:
- shared_ptr<concurrency::Thread> thread;
+ shared_ptr<apache::thrift::concurrency::Thread> thread;
};