bgfx/.appveyor.yml

20 lines
291 B
YAML
Raw Normal View History

2016-01-22 08:05:36 +03:00
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 %TOOLSET%
build:
project: .build/projects/$(TOOLSET)/bgfx.sln