bgfx/.appveyor.yml
Branimir Karadžić 9d8a0a1684 Updated Appveyor.
2016-01-22 20:29:35 -08:00

19 lines
304 B
YAML

shallow_clone: true
os:
- Visual Studio 2015
environment:
matrix:
- 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