appveyor config

This commit is contained in:
Aart Stuurman 2018-01-25 22:47:55 +01:00
parent f25efd2235
commit b13adcebd1
1 changed files with 19 additions and 0 deletions

19
appveyor.yml Normal file
View File

@ -0,0 +1,19 @@
version: '1.0.{build}'
image: Visual Studio 2017
platform:
- x64
configuration:
- Release
- Debug
install:
- git submodule update --init --recursive
before_build:
- cmake -G "Visual Studio 15 2017 Win64" .
build:
project: $(APPVEYOR_BUILD_FOLDER)\$(APPVEYOR_PROJECT_NAME).sln