diff options
| -rw-r--r-- | appveyor.yml | 22 |
1 files changed, 22 insertions, 0 deletions
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 |
