bgfx/.appveyor.yml
Бранимир Караџић 8f4750b199 Cleanup.
2020-09-02 20:43:47 -07:00

22 lines
417 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