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-20 15:39:51 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-07-20 15:39:51 +0300
commit1d3b526934342703a4934b9d04a3122bacf6bb91 (patch)
treed4304a68c62f3163254fc58b50a83376a70ab91f /appveyor.yml
parent416b2f40487201215e431198cfa41edd52fb1f29 (diff)
Deleted the AFIO vcxproj files.
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml15
1 files changed, 9 insertions, 6 deletions
diff --git a/appveyor.yml b/appveyor.yml
index eb0ec9cb..5d63f8dc 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -18,20 +18,23 @@ platform: x64
configuration: Release
before_build:
+ - git checkout master
- git submodule update --init --recursive
- - cd build
- - call "C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64
+ - mkdir build
build_script:
- - msbuild afio_v2.sln /t:test /p:Configuration="Release" /p:Platform="x64"
+ - cd build
+ - cmake ..
+ - cmake --build . --config Release
after_build:
- cd ..
- - 7z a afio_v2_binaries_win64.zip doc include Readme.md release_notes.md build\x64\Release\afio_v2.dll
+ - 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 lib\Release\afio_sl-2.0-Windows-Win32-Release.lib
before_test:
- - cd build\x64\Release
+ - cd build
test_script:
- - test.exe --reporter junit --out results.xml
+ - ctest -D Experimental -C Release
after_test:
+ - copy bin\Release\*.xml results.xml
on_success:
on_failure: