Browse Source

Added Appveyor.

Branimir Karadžić 10 years ago
parent
commit
199513eae9
1 changed files with 20 additions and 0 deletions
  1. 20 0
      appveyor.yml

+ 20 - 0
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