bgfx/.appveyor.yml
Бранимир Караџић 4c3f3b6e14 Added VS2019.
2019-11-27 17:54:06 -08:00

22 lines
416 B
YAML

shallow_clone: true
os:
- Visual Studio 2019
environment:
matrix:
- TOOLSET: vs2017
- TOOLSET: vs2019
configuration:
- Debug
- Release
install:
- git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
- git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
- ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET%
build:
project: .build/projects/$(TOOLSET)/bgfx.sln