From 417c9f32d6576d5243d96f0a75792745bbc9cb55 Mon Sep 17 00:00:00 2001 From: "Niall Douglas (s [underscore] sourceforge {at} nedprod [dot] com)" Date: Wed, 27 Sep 2017 02:43:47 +0100 Subject: CI poke --- .ci.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.ci.cmake') diff --git a/.ci.cmake b/.ci.cmake index 644d7b8d..dfd89de7 100644 --- a/.ci.cmake +++ b/.ci.cmake @@ -21,8 +21,8 @@ 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 - COMMAND xcopy "include" "afio\\include\\" /s + 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\\" -- cgit v1.2.3