Added appveyor.yml

This commit is contained in:
Benjamin Höglinger-Stelzer 2018-11-25 13:10:23 +01:00
parent fb84f71789
commit 3defd02f93

6
appveyor.yml Normal file
View File

@ -0,0 +1,6 @@
version: 1.0.{build}
image: Visual Studio 2017
install:
- cmd: git submodule -q update --init
build_script:
- ps: .\build.ps1