diff options
author | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | 2021-08-05 17:23:35 +0200 |
---|---|---|
committer | Mario Emmenlauer <memmenlauer@biodataanalysis.de> | 2021-08-11 19:28:09 +0200 |
commit | ffc7bb9f591bcd4a3edac5f474cfadd18f204acf (patch) | |
tree | 60b4bff1710da3b7b2684ab7aaa735bde8fb7a12 /appveyor.yml | |
parent | c371e4ad3561b4ab38807f0de10aaa93b552e999 (diff) | |
download | thrift-ffc7bb9f591bcd4a3edac5f474cfadd18f204acf.tar.gz |
Merged AppVeyor scripts for 'install', 'build' and 'test' into one
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-x | appveyor.yml | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/appveyor.yml b/appveyor.yml index 7c2801a43..3e5be818b 100755 --- a/appveyor.yml +++ b/appveyor.yml @@ -65,24 +65,16 @@ environment: 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: |