add ci scripts

This commit is contained in:
2018-09-28 05:41:40 +07:00
parent 03049a1353
commit 3c4c6cfc53
2 changed files with 88 additions and 0 deletions

11
.appveyor.yml Normal file
View File

@@ -0,0 +1,11 @@
version: "{build}"
image:
- Visual Studio 2015
- Visual Studio 2017
platform:
- Win32
- x64
build_script:
- git submodule update --init --recursive
- scripts\build_all.bat
test: off