mirror of
https://github.com/enduro2d/enduro2d.git
synced 2025-12-13 15:48:11 +07:00
37 lines
518 B
YAML
37 lines
518 B
YAML
environment:
|
|
global:
|
|
E2D_WITHOUT_AUDIO: true
|
|
E2D_WITHOUT_GRAPHICS: true
|
|
|
|
image:
|
|
- Visual Studio 2017
|
|
- Visual Studio 2019
|
|
|
|
platform:
|
|
- x86
|
|
- x64
|
|
|
|
configuration:
|
|
- Release
|
|
|
|
for:
|
|
|
|
-
|
|
matrix:
|
|
only:
|
|
- platform: x86
|
|
configuration: Release
|
|
build_script:
|
|
- .ci\builds\build_windows_x86.bat
|
|
|
|
-
|
|
matrix:
|
|
only:
|
|
- platform: x64
|
|
configuration: Release
|
|
build_script:
|
|
- .ci\builds\build_windows_x64.bat
|
|
|
|
before_build:
|
|
- git submodule update --init --recursive
|