23 lines
364 B
YAML
23 lines
364 B
YAML
|
shallow_clone: true
|
||
|
|
||
|
os:
|
||
|
- Visual Studio 2015
|
||
|
|
||
|
environment:
|
||
|
matrix:
|
||
|
- TOOLSET: vs2010
|
||
|
- TOOLSET: vs2012
|
||
|
- TOOLSET: vs2013
|
||
|
- TOOLSET: vs2015
|
||
|
|
||
|
configuration:
|
||
|
- Debug
|
||
|
- Release
|
||
|
|
||
|
install:
|
||
|
- git clone https://github.com/bkaradzic/bx ..\bx
|
||
|
- ..\bx\tools\bin\windows\genie --with-tools %TOOLSET%
|
||
|
|
||
|
build:
|
||
|
project: .build/projects/$(TOOLSET)/bgfx.sln
|