bgfx/.appveyor.yml

26 lines
446 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
2020-09-03 06:43:47 +03:00
# - TOOLSET: vs2019
2016-01-22 08:05:36 +03:00
2021-03-23 22:51:45 +03:00
platform:
2021-03-23 23:25:46 +03:00
- Win32
2021-03-23 22:51:45 +03:00
- x64
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