bgfx/.appveyor.yml

21 lines
396 B
YAML
Raw Normal View History

2016-01-21 21:05:36 -08:00
shallow_clone: true
2016-01-29 10:03:31 -08:00
os:
- Visual Studio 2017
2016-01-29 10:03:31 -08:00
2016-01-21 21:05:36 -08:00
environment:
matrix:
- TOOLSET: vs2017
2016-01-21 21:05:36 -08:00
configuration:
- Debug
- Release
install:
2017-04-03 22:58:45 -07:00
- git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
- git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
2017-06-18 16:41:29 -07:00
- ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET%
2016-01-21 21:05:36 -08:00
build:
project: .build/projects/$(TOOLSET)/bgfx.sln