protot/3rdparty/bx/.appveyor.yml

20 lines
249 B
YAML
Raw Normal View History

2016-08-29 22:31:11 +02:00
shallow_clone: true
os:
2018-02-03 17:39:28 +01:00
- Visual Studio 2017
2016-08-29 22:31:11 +02:00
environment:
matrix:
- TOOLSET: vs2015
2018-02-03 17:39:28 +01:00
- TOOLSET: vs2017
2016-08-29 22:31:11 +02:00
configuration:
- Debug
- Release
install:
tools\bin\windows\genie %TOOLSET%
build:
project: .build/projects/$(TOOLSET)/bx.sln