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:
-rw-r--r--.ci.cmake26
1 files changed, 13 insertions, 13 deletions
diff --git a/.ci.cmake b/.ci.cmake
index 450f298a..e485a689 100644
--- a/.ci.cmake
+++ b/.ci.cmake
@@ -21,24 +21,24 @@ 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
+ COMMAND xcopy include afio\\include\\ /s
)
- checked_execute_process("Tarring up binaries 2a"
- COMMAND xcopy Readme.md afio\\
- )
- checked_execute_process("Tarring up binaries 2b"
- COMMAND xcopy release_notes.md afio\\
+ checked_execute_process("Tarring up binaries 2"
+ COMMAND "${CMAKE_COMMAND}" -E copy Readme.md afio/
+ COMMAND "${CMAKE_COMMAND}" -E copy release_notes.md afio/
)
checked_execute_process("Tarring up binaries 3"
- 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\\
+ COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/lib/Release/afio_sl-2.0-Windows-x64-Release.lib afio/prebuilt/lib/Release/
+ COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/lib/Release/ntkernel-error-category_sl.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\\
+ COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/lib/Release/afio_dl-2.0-Windows-x64-Release.lib afio/prebuilt/lib/Release/
+ COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/lib/Release/ntkernel-error-category_dl.lib afio/prebuilt/lib/Release/
+ )
+ checked_execute_process("Tarring up binaries 5"
+ COMMAND "${CMAKE_COMMAND}" -E copy prebuilt/bin/Release/afio_dl-2.0-Windows-x64-Release.dll afio/prebuilt/bin/Release/
+ 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\\