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 05:34:11 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-27 05:34:11 +0300
commitd57bd3c0d7c8f4efcec1e09b07ad9c9dedb54244 (patch)
treeff10d4eb91f1bbd92b2256baf46094a200fe41f1 /.ci.cmake
parentd4149fbbe6cc0308d07267dd80ea9c325f57beb8 (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 780f01f2..b7b61bf4 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -24,8 +24,10 @@ if(WIN32)
COMMAND xcopy doc afio\\doc\\ /s /q
COMMAND xcopy include afio\\include\\ /s /q
)
- checked_execute_process("Tarring up binaries 2"
+ checked_execute_process("Tarring up binaries 2a"
COMMAND copy Readme.md afio\\
+ )
+ checked_execute_process("Tarring up binaries 2b"
COMMAND copy release_notes.md afio\\
)
checked_execute_process("Tarring up binaries 3"