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:18:19 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2017-09-27 05:18:19 +0300
commitd4149fbbe6cc0308d07267dd80ea9c325f57beb8 (patch)
tree24bbbc014e62fcb97c19bf495a02a4a395860a68 /.ci.cmake
parent417c9f32d6576d5243d96f0a75792745bbc9cb55 (diff)
ci
Diffstat (limited to '.ci.cmake')
-rw-r--r--.ci.cmake20
1 files changed, 10 insertions, 10 deletions
diff --git a/.ci.cmake b/.ci.cmake
index dfd89de7..780f01f2 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -21,20 +21,20 @@ 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 /q
- COMMAND xcopy "include" "afio\\include\\" /s /q
+ 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\\"
- COMMAND copy "release_notes.md" "afio\\"
+ COMMAND copy Readme.md afio\\
+ COMMAND copy release_notes.md afio\\
)
checked_execute_process("Tarring up binaries 3"
- COMMAND copy "prebuilt\\lib\\Release\\afio_sl-2.0-Windows-x64-Release.lib" "afio\\prebuilt\\lib\\Release\\"
- COMMAND copy "prebuilt\\lib\\Release\\ntkernel-error-category_sl.lib" "afio\\prebuilt\\lib\\Release\\"
- COMMAND copy "prebuilt\\lib\\Release\\afio_dl-2.0-Windows-x64-Release.lib" "afio\\prebuilt\\lib\\Release\\"
- COMMAND copy "prebuilt\\lib\\Release\\ntkernel-error-category_dl.lib" "afio\\prebuilt\\lib\\Release\\"
- COMMAND copy "prebuilt\\bin\\Release\\afio_dl-2.0-Windows-x64-Release.dll" "afio\\prebuilt\\bin\\Release\\"
- COMMAND copy "prebuilt\\bin\\Release\\ntkernel-error-category_dl.dll" "afio\\prebuilt\\bin\\Release\\"
+ COMMAND copy prebuilt\\lib\\Release\\afio_sl-2.0-Windows-x64-Release.lib afio\\prebuilt\\lib\\Release\\
+ COMMAND copy prebuilt\\lib\\Release\\ntkernel-error-category_sl.lib afio\\prebuilt\\lib\\Release\\
+ COMMAND copy prebuilt\\lib\\Release\\afio_dl-2.0-Windows-x64-Release.lib afio\\prebuilt\\lib\\Release\\
+ COMMAND copy prebuilt\\lib\\Release\\ntkernel-error-category_dl.lib afio\\prebuilt\\lib\\Release\\
+ COMMAND copy prebuilt\\bin\\Release\\afio_dl-2.0-Windows-x64-Release.dll afio\\prebuilt\\bin\\Release\\
+ COMMAND copy prebuilt\\bin\\Release\\ntkernel-error-category_dl.dll afio\\prebuilt\\bin\\Release\\
)
checked_execute_process("Tarring up binaries 4"
COMMAND 7za a -tzip afio-v2.0-binaries-win64.zip afio\\