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-06-20 00:22:31 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-06-20 00:22:31 +0300
commit1e67657968b0d8fc521cdd128e34d64104ef45b1 (patch)
tree1365e89c8b1a3138bf3531b046b233a2b8e2e905 /appveyor.yml
parent6a040ec9606ea19c10eba53b118a56ee18451b7d (diff)
appveyor again
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml12
1 files changed, 7 insertions, 5 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 3209f483..ef562525 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -24,17 +24,19 @@ before_build:
build_script:
- msbuild afio_v2.sln /t:test /p:Configuration="Release" /p:Platform="x64"
after_build:
+ - cd ..
+ - 7z a afio_v2_binaries_win64.zip "include\*" build\x64\Release\afio_v2.dll
before_test:
- - cd x64\Release
+ - cd build\x64\Release
test_script:
- - dir
- - test.exe
- test.exe --reporter junit --out results.xml
after_test:
- - dir
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 .\results.xml))
+
+artifacts:
+ - path: afio_v2_binaries_win64.zip