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 14:48:02 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-27 14:48:02 +0300
commit5b9f07d52af9362f7661b4e902e3c8f3a6e89a2b (patch)
treef97bc9f015ccafbecb1a92f05a589e8f0e0f63e6 /.ci.cmake
parent8837dc9fac1cc6eb4cc5d13a851709da6623f1e4 (diff)
ci
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/.ci.cmake b/.ci.cmake
index e485a689..3f5a78bb 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -21,8 +21,8 @@ if(WIN32)
checked_execute_process("Tarring up binaries 1"
COMMAND "${CMAKE_COMMAND}" -E make_directory afio/prebuilt/bin/Release
COMMAND "${CMAKE_COMMAND}" -E make_directory afio/prebuilt/lib/Release
- COMMAND xcopy doc afio\\doc\\ /s
- COMMAND xcopy include afio\\include\\ /s
+ COMMAND xcopy doc afio\\doc\\ /s /q
+ COMMAND xcopy include afio\\include\\ /s /q
)
checked_execute_process("Tarring up binaries 2"
COMMAND "${CMAKE_COMMAND}" -E copy Readme.md afio/
@@ -41,7 +41,7 @@ if(WIN32)
COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/bin/Release/ntkernel-error-category_dl.dll afio/prebuilt/bin/Release/
)
checked_execute_process("Tarring up binaries final"
- COMMAND 7za a -tzip afio-v2.0-binaries-win64.zip afio\\
+ COMMAND 7z a -tzip afio-v2.0-binaries-win64.zip afio\\
)
get_filename_component(toupload afio-v2.0-binaries-win64.zip ABSOLUTE)
endif()