cont. (debug appveyor)

This commit is contained in:
zeffy
2017-06-17 00:37:15 -07:00
parent 97fdab874b
commit a35fefb40b
2 changed files with 8 additions and 3 deletions

View File

@@ -7,15 +7,20 @@ configuration: Release
platform:
- x86
- x64
build:
verbosity: detailed
environment:
BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%'
BUILD_VERSION_COMMA_SEP: '%APPVEYOR_BUILD_VERSION:.=,%'
BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip'
before_build:
- cmd: >-
echo %BUILD_VERSION% ............ %BUILD_VERSION_COMMA_SEP%
after_build:
- cmd: >-
copy /Y "LICENSE" "install\"
copy /Y "LICENSE" "install\COPYING.txt"
cd "%APPVEYOR_BUILD_FOLDER%\install"
for /R %%G in (*.bat) do unix2dos "%%G"

Binary file not shown.