bgfx/.appveyor.yml

23 lines
364 B
YAML
Raw Normal View History

2016-01-22 00:05:36 -05:00
shallow_clone: true
2016-01-29 13:03:31 -05:00
os:
- Visual Studio 2015
2016-01-22 00:05:36 -05:00
environment:
matrix:
2016-01-30 19:34:58 -05:00
- TOOLSET: vs2010
2016-01-29 12:53:50 -05:00
- TOOLSET: vs2012
2016-01-29 12:48:59 -05:00
- TOOLSET: vs2013
2016-01-22 00:05:36 -05:00
- TOOLSET: vs2015
configuration:
- Debug
- Release
install:
- git clone https://github.com/bkaradzic/bx ..\bx
2016-01-22 23:29:35 -05:00
- ..\bx\tools\bin\windows\genie --with-tools %TOOLSET%
2016-01-22 00:05:36 -05:00
build:
project: .build/projects/$(TOOLSET)/bgfx.sln