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