Added Appveyor.

This commit is contained in:
Branimir Karadžić
2016-01-20 22:19:44 -08:00
parent d9571c1faf
commit 199513eae9

20
appveyor.yml Normal file
View File

@@ -0,0 +1,20 @@
shallow_clone: true
os:
- Visual Studio 2015
environment:
matrix:
- TOOLSET: vs2010
- TOOLSET: vs2013
- TOOLSET: vs2015
configuration:
- Debug
- Release
install:
tools\bin\windows\genie %TOOLSET%
build:
project: .build/projects/$(TOOLSET)/bx.sln