bgfx/.appveyor.yml

21 lines
356 B
YAML
Raw Normal View History

2016-01-22 08:05:36 +03:00
shallow_clone: true
environment:
matrix:
2016-01-29 20:53:50 +03:00
- TOOLSET: vs2008
- TOOLSET: vs2010
- TOOLSET: vs2012
2016-01-29 20:48:59 +03:00
- TOOLSET: vs2013
2016-01-22 08:05:36 +03:00
- TOOLSET: vs2015
configuration:
- Debug
- Release
install:
- git clone https://github.com/bkaradzic/bx ..\bx
2016-01-23 07:29:35 +03:00
- ..\bx\tools\bin\windows\genie --with-tools %TOOLSET%
2016-01-22 08:05:36 +03:00
build:
project: .build/projects/$(TOOLSET)/bgfx.sln