From 199513eae93a5fbc3f85ee5ccecc3b47856b3f00 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Branimir=20Karad=C5=BEi=C4=87?= Date: Wed, 20 Jan 2016 22:19:44 -0800 Subject: [PATCH] Added Appveyor. --- appveyor.yml | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 appveyor.yml 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