Added AppVeyor CI.

Change-Id: I01cf630026e25382b585785b471bad21153338f6
This commit is contained in:
Wouter van Oortmerssen
2016-07-27 17:34:00 -07:00
parent 03adfa7b1a
commit f624065eaa
2 changed files with 34 additions and 6 deletions

26
appveyor.yml Normal file
View File

@@ -0,0 +1,26 @@
branches:
only:
- master
os: Visual Studio 2015
platform:
- x86
- x64
configuration:
- Debug
- Release
before_build:
- cmake -G"Visual Studio 10 2010"
build:
project: ALL_BUILD.vcxproj
#test_script:
# - Debug/flattests.exe
#artifacts:
# - path: Release/flatc.exe
# name: flatc.exe