cont. (debug appveyor)
This commit is contained in:
@@ -7,14 +7,19 @@ configuration: Release
|
|||||||
platform:
|
platform:
|
||||||
- x86
|
- x86
|
||||||
- x64
|
- x64
|
||||||
|
build:
|
||||||
|
verbosity: detailed
|
||||||
environment:
|
environment:
|
||||||
BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%'
|
BUILD_VERSION: '%APPVEYOR_BUILD_VERSION%-%APPVEYOR_REPO_COMMIT:~0,8%'
|
||||||
BUILD_VERSION_COMMA_SEP: '%APPVEYOR_BUILD_VERSION:.=,%'
|
BUILD_VERSION_COMMA_SEP: '%APPVEYOR_BUILD_VERSION:.=,%'
|
||||||
BUILD_ZIPFILE: '%APPVEYOR_BUILD_FOLDER%\%APPVEYOR_PROJECT_NAME%_v%BUILD_VERSION%_%PLATFORM%.zip'
|
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:
|
after_build:
|
||||||
- cmd: >-
|
- cmd: >-
|
||||||
|
copy /Y "LICENSE" "install\COPYING.txt"
|
||||||
copy /Y "LICENSE" "install\"
|
|
||||||
|
|
||||||
cd "%APPVEYOR_BUILD_FOLDER%\install"
|
cd "%APPVEYOR_BUILD_FOLDER%\install"
|
||||||
|
|
||||||
|
BIN
wufuc/version.rc
BIN
wufuc/version.rc
Binary file not shown.
Reference in New Issue
Block a user