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:
authorNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-13 22:33:59 +0300
committerNiall Douglas (s [underscore] sourceforge {at} nedprod [dot] com) <spamtrap@nedprod.com>2016-08-13 22:33:59 +0300
commit78f6c1f265d41949d42186b83a0e66a3aafff362 (patch)
tree26e8c87223bf77b82d1f19ee2fe48afd7ac9fe35 /appveyor.yml
parent0f6f729089ce7514fef45687ab9b93ed2100ee85 (diff)
appveyor
Diffstat (limited to 'appveyor.yml')
-rw-r--r--appveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index c14dab64..0c6ef332 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -26,7 +26,7 @@ before_build:
build_script:
- ctest -S .ci.cmake -V
after_build:
- - for /f %a in ('powershell -Command "Get-Date -format yyyyMMddHHmm"') do set datetime=%a
+ - for /f %%a in ('powershell -Command "Get-Date -format yyyyMMddHHmm"') do set datetime=%%a
- set "TARNAME=boost.afio-v2.0-binaries-win64-%datetime%.zip"
- 7z a %TARNAME% doc include Readme.md release_notes.md build\bin\Release\afio_dl-2.0-Windows-x64-Release.dll build\lib\Release\afio_dl-2.0-Windows-x64-Release.lib build\lib\Release\afio_sl-2.0-Windows-x64-Release.lib