bgfx/.appveyor.yml

22 lines
416 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:
2019-11-28 04:54:06 +03:00
- Visual Studio 2019
2016-01-29 21:03:31 +03:00
2016-01-22 08:05:36 +03:00
environment:
matrix:
- TOOLSET: vs2017
2019-11-28 04:54:06 +03:00
- TOOLSET: vs2019
2016-01-22 08:05:36 +03:00
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
2017-06-19 02:41:29 +03:00
- ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET%
2016-01-22 08:05:36 +03:00
build:
project: .build/projects/$(TOOLSET)/bgfx.sln