Files
bx/.appveyor.yml
2017-06-18 17:14:17 -07:00

20 lines
249 B
YAML

shallow_clone: true
os:
- Visual Studio 2017
environment:
matrix:
- TOOLSET: vs2015
- TOOLSET: vs2017
configuration:
- Debug
- Release
install:
tools\bin\windows\genie %TOOLSET%
build:
project: .build/projects/$(TOOLSET)/bx.sln