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>2017-09-27 06:11:43 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-27 06:11:43 +0300
commit9fa62cdb4a77e0759ba2bd14573a1a3869ad6774 (patch)
treea962bc88123f4735ff5ef3dde5e584974fbedd01 /.ci.cmake
parent3a09b78562d5d50ac498d265a6aaafcb52fcb22f (diff)
ci
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake4
1 files changed, 3 insertions, 1 deletions
diff --git a/.ci.cmake b/.ci.cmake
index e65b5004..450f298a 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -34,11 +34,13 @@ if(WIN32)
COMMAND xcopy prebuilt\\lib\\Release\\afio_sl-2.0-Windows-x64-Release.lib afio\\prebuilt\\lib\\Release\\
COMMAND xcopy prebuilt\\lib\\Release\\ntkernel-error-category_sl.lib afio\\prebuilt\\lib\\Release\\
COMMAND xcopy prebuilt\\lib\\Release\\afio_dl-2.0-Windows-x64-Release.lib afio\\prebuilt\\lib\\Release\\
+ )
+ checked_execute_process("Tarring up binaries 4"
COMMAND xcopy prebuilt\\lib\\Release\\ntkernel-error-category_dl.lib afio\\prebuilt\\lib\\Release\\
COMMAND xcopy prebuilt\\bin\\Release\\afio_dl-2.0-Windows-x64-Release.dll afio\\prebuilt\\bin\\Release\\
COMMAND xcopy prebuilt\\bin\\Release\\ntkernel-error-category_dl.dll afio\\prebuilt\\bin\\Release\\
)
- checked_execute_process("Tarring up binaries 4"
+ checked_execute_process("Tarring up binaries final"
COMMAND 7za a -tzip afio-v2.0-binaries-win64.zip afio\\
)
get_filename_component(toupload afio-v2.0-binaries-win64.zip ABSOLUTE)