From 2495f6b5410a288c09451eca8d01742000a3f09c Mon Sep 17 00:00:00 2001 From: Tim Foley Date: Fri, 9 Jun 2017 17:24:23 -0700 Subject: appveyor: Add initial appveyor.yml --- appveyor.yml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 appveyor.yml diff --git a/appveyor.yml b/appveyor.yml new file mode 100644 index 000000000..bd190bf6e --- /dev/null +++ b/appveyor.yml @@ -0,0 +1,22 @@ + +# version format +version: 0.0.{build} + +# build worker image +image: Visual Studio 2015 + +# platforms to build +platform: + - Win32 + - x64 + +# configurations to build +configuration: + - Debug + - Release + +# specify build settings +build: + project: slang.sln + +# TODO: need to invoke test script here -- cgit v1.2.3