bgfx/.appveyor.yml

22 lines
400 B
YAML
Raw Normal View History

2016-01-22 08:05:36 +03:00
shallow_clone: true
2016-01-29 21:03:31 +03:00
os:
- Visual Studio 2015
2016-01-22 08:05:36 +03:00
environment:
matrix:
2016-01-29 20:48:59 +03:00
- TOOLSET: vs2013
2016-01-22 08:05:36 +03:00
- TOOLSET: vs2015
configuration:
- Debug
- Release
install:
2017-04-04 08:58:45 +03:00
- git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
- git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
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