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.cmake4
-rw-r--r--.travis.yml3
-rw-r--r--appveyor.yml4
3 files changed, 5 insertions, 6 deletions
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\\"
diff --git a/.travis.yml b/.travis.yml
index 41b711de..a3c466d9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -101,8 +101,9 @@ script:
after_success:
# - bash -x ./update_coveralls.sh `pwd`
- - NEWNAME=afio-v2.0-binaries-linux64-$(date +%Y%m%d%H%M).tgz
+ - NEWNAME=afio-v2.0-binaries-linux64-$(date +%Y%m%d%H%M%S).tgz
- mv afio-v2.0-binaries-linux64.tgz $NEWNAME
+ - env
- curl -T $NEWNAME -u jenkins-nedprod:$JENKINS_NEDPROD_PASSWORD https://dedi4.nedprod.com/static/files/upload/
after_failure:
diff --git a/appveyor.yml b/appveyor.yml
index ce1b0262..6be18307 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -33,9 +33,7 @@ after_test:
on_success:
on_failure:
on_finish:
- - dir prebuilt\bin\Release
- - dir prebuilt\lib\Release
- - echo %date%
+ - dir afio
- set "NEWNAME=afio-v2.0-binaries-win64-%date:~10,4%%date:~4,2%%date:~7,2%%time:~0,2%%time:~3,2%.zip"
- echo %NEWNAME%
- rename afio-v2.0-binaries-win64.zip "%NEWNAME"