mirror of
https://github.com/godotengine/godot-git-plugin.git
synced 2026-01-03 10:09:43 +03:00
23 lines
492 B
YAML
23 lines
492 B
YAML
environment:
|
|
matrix:
|
|
- vs_version: 16
|
|
|
|
os: Visual Studio 2019
|
|
|
|
build: off
|
|
|
|
configuration:
|
|
- release
|
|
- debug
|
|
|
|
platform:
|
|
- x64
|
|
|
|
install:
|
|
- call "C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvars64.bat"
|
|
- curl -LO https://downloads.sourceforge.net/project/scons/scons-local/3.1.2/scons-local-3.1.2.zip
|
|
- unzip scons-local-3.1.2.zip
|
|
- .\build_libs.bat %configuration%
|
|
- cd ..
|
|
- .\scons.bat platform=windows target=%configuration% -j2
|