Merged AppVeyor scripts for 'install', 'build' and 'test' into one
diff --git a/appveyor.yml b/appveyor.yml
index 7c2801a..3e5be81 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -65,24 +65,16 @@
CONFIGURATION: RelWithDebInfo
DISABLED_TESTS: (StalenessCheckTest)
- #- PROFILE: CYGWIN
- # PROFILE_CLASS: CYGWIN
- # PLATFORM: x64
- # CONFIGURATION: RelWithDebInfo
- # DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
+ - PROFILE: CYGWIN
+ PROFILE_CLASS: CYGWIN
+ PLATFORM: x64
+ CONFIGURATION: RelWithDebInfo
+ DISABLED_TESTS: (ZlibTest|OpenSSLManualInitTest|TNonblockingServerTest)
-install:
- - cd %APPVEYOR_BUILD_FOLDER%
- - call build\appveyor\%PROFILE_CLASS%-appveyor-install.bat
- - refreshenv
build_script:
- cd %APPVEYOR_BUILD_FOLDER%
- - call build\appveyor\%PROFILE_CLASS%-appveyor-build.bat
-
-test_script:
- - cd %APPVEYOR_BUILD_FOLDER%
- - call build\appveyor\%PROFILE_CLASS%-appveyor-test.bat
+ - call build\appveyor\%PROFILE_CLASS%-appveyor-full.bat
# artifact capture disabled as it might increase service cost for little gain: