From 8837dc9fac1cc6eb4cc5d13a851709da6623f1e4 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 27 Sep 2017 04:26:10 +0100 Subject: ci --- .ci.cmake | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to '.ci.cmake') 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\\ -- cgit v1.2.3