mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-12 23:54:17 +00:00
291099751e
Things to do: dependencies for sound backends and Windows XP support
23 lines
485 B
YAML
23 lines
485 B
YAML
version: "{build}"
|
|
|
|
os: Visual Studio 2015
|
|
|
|
platform:
|
|
- Win32
|
|
- x64
|
|
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
|
|
before_build:
|
|
- cmd: md build
|
|
- cmd: cd build
|
|
- cmd: if "%platform%"=="Win32" set CMAKE_GENERATOR_NAME=Visual Studio 14 2015
|
|
- cmd: if "%platform%"=="x64" set CMAKE_GENERATOR_NAME=Visual Studio 14 2015 Win64
|
|
- cmd: cmake -G "%CMAKE_GENERATOR_NAME%" -DCMAKE_BUILD_TYPE=%configuration% ..
|
|
|
|
build:
|
|
project: build\GZDoom.sln
|
|
parallel: true
|
|
verbosity: minimal
|