mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 14:51:40 +00:00
- added Debug x64 target to AppVeyor configuration
This commit is contained in:
parent
860edd490a
commit
8ad9aafaa8
1 changed files with 6 additions and 2 deletions
|
@ -12,16 +12,20 @@ image:
|
|||
environment:
|
||||
matrix:
|
||||
- ARCH: x64
|
||||
CONFIG: Release
|
||||
- ARCH: Win32
|
||||
CONFIG: Release
|
||||
- ARCH: x64
|
||||
CONFIG: Debug
|
||||
|
||||
build_script:
|
||||
- md build
|
||||
- cd build
|
||||
- cmake -A %ARCH% -DPK3_QUIET_ZIPDIR=YES ..
|
||||
- cmake --build . --config Release -- -maxcpucount -verbosity:minimal
|
||||
- cmake --build . --config %CONFIG% -- -maxcpucount -verbosity:minimal
|
||||
|
||||
after_build:
|
||||
- set OUTPUT_DIR=%APPVEYOR_BUILD_FOLDER%\build\Release\
|
||||
- set OUTPUT_DIR=%APPVEYOR_BUILD_FOLDER%\build\%CONFIG%\
|
||||
- 7z a ..\gzdoom.zip "%OUTPUT_DIR%gzdoom.exe" "%OUTPUT_DIR%*.pk3"
|
||||
|
||||
artifacts:
|
||||
|
|
Loading…
Reference in a new issue