Files
bimg/.appveyor.yml
Branimir Karadžić 6cdb101cf8 Removed VS2015.
2018-11-12 21:28:05 -08:00

20 lines
304 B
YAML

shallow_clone: true
os:
- Visual Studio 2017
environment:
matrix:
- TOOLSET: vs2017
configuration:
- Debug
- Release
install:
- git clone https://github.com/bkaradzic/bx ..\bx
- ..\bx\tools\bin\windows\genie --with-tools %TOOLSET%
build:
project: .build/projects/$(TOOLSET)/bimg.sln