mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-14 08:07:17 +07:00
19 lines
310 B
YAML
19 lines
310 B
YAML
version: "{build}"
|
|
shallow_clone: true
|
|
image:
|
|
- Visual Studio 2015
|
|
- Visual Studio 2017
|
|
configuration:
|
|
- Debug
|
|
- Release
|
|
platform:
|
|
- Win32
|
|
- x64
|
|
build_script:
|
|
- cmake --version
|
|
- mkdir build && cd build
|
|
- cmake .. -A%PLATFORM%
|
|
- cmake --build . --config %CONFIGURATION%
|
|
- ctest
|
|
test: off
|