Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-27 10:40:05 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-27 10:40:05 +0300
commit85ae4e2e9e0036fbd9c5882df459d19c05339da4 (patch)
tree2321073c45b53060b1bb32e8f1d8a6d7ed61441c /appveyor.yml
parent0a111f8d648b6e3c4e6ae3542999659e1ba93512 (diff)
Moved afio over to use new ctest scripting for cdash
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml13
1 files changed, 3 insertions, 10 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 6c4bb8c7..c805e928 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -20,27 +20,20 @@ configuration: Release
before_build:
- git checkout master
- git submodule update --init --recursive
- - mkdir build
build_script:
- - cd build
- - cmake ..
- - cmake --build . --config Release
+ - ctest -S .ci.cmake -V
after_build:
- cd ..
- - 7z a afio_v2_binaries_win64.zip doc include Readme.md release_notes.md build\bin\Release\afio_dl-2.0-Windows-Win32-Release.dll build\lib\Release\afio_sl-2.0-Windows-Win32-Release.lib
+ - 7z a afio_v2_binaries_win64.zip doc include Readme.md release_notes.md build\bin\Release\afio_dl-2.0-Windows-x64-Release.dll build\lib\Release\afio_dl-2.0-Windows-x64-Release.lib build\lib\Release\afio_sl-2.0-Windows-x64-Release.lib
before_test:
- - cd build
test_script:
- - ctest -D Experimental -C Release
after_test:
- - ..\include\boost\afio\boost-lite\scripts\merge_junit_results.py results.xml bin\Release\*.xml
- - type results.xml
on_success:
on_failure:
on_finish:
- - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\results.xml))
+ - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path build\merged_junit_results.xml))
artifacts:
- path: afio_v2_binaries_win64.zip