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 04:43:47 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-27 04:43:47 +0300
commit417c9f32d6576d5243d96f0a75792745bbc9cb55 (patch)
tree13bf88fed0cab8a7a0383283c02956363c86f130 /.ci.cmake
parentb80e1aae1eb49515269467b07c1682e407bcf36e (diff)
CI poke
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 644d7b8d..dfd89de7 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 copy "Readme.md" "afio\\"