bgfx/.appveyor.yml
Бранимир Караџић 7fce7273af Updated .appveyor.
2021-03-23 13:25:46 -07:00

26 lines
446 B
YAML

shallow_clone: true
os:
- Visual Studio 2019
environment:
matrix:
- TOOLSET: vs2017
# - TOOLSET: vs2019
platform:
- Win32
- x64
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