bgfx/.appveyor.yml

26 lines
446 B
YAML
Raw Normal View History

2016-01-21 21:05:36 -08:00
shallow_clone: true
2016-01-29 10:03:31 -08:00
os:
2019-11-27 17:54:06 -08:00
- Visual Studio 2019
2016-01-29 10:03:31 -08:00
2016-01-21 21:05:36 -08:00
environment:
matrix:
- TOOLSET: vs2017
2020-09-02 20:43:47 -07:00
# - TOOLSET: vs2019
2016-01-21 21:05:36 -08:00
2021-03-23 12:51:45 -07:00
platform:
2021-03-23 13:25:46 -07:00
- Win32
2021-03-23 12:51:45 -07:00
- x64
2016-01-21 21:05:36 -08:00
configuration:
- Debug
- Release
install:
2017-04-03 22:58:45 -07:00
- git clone --depth 1 https://github.com/bkaradzic/bx ..\bx
- git clone --depth 1 https://github.com/bkaradzic/bimg ..\bimg
2017-06-18 16:41:29 -07:00
- ..\bx\tools\bin\windows\genie --with-tools --with-examples %TOOLSET%
2016-01-21 21:05:36 -08:00
build:
project: .build/projects/$(TOOLSET)/bgfx.sln