diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 0000000..8289149 --- /dev/null +++ b/appveyor.yml @@ -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