blob: 63fc12d8c277ad10ae582b36a7350e02c93666b8 [file] [log] [blame]
Wouter van Oortmerssenf6240652016-07-27 17:34:00 -07001branches:
2 only:
3 - master
4
5os: Visual Studio 2015
6
7platform:
8 - x86
9 - x64
10
11configuration:
12 - Debug
13 - Release
14
15before_build:
16 - cmake -G"Visual Studio 10 2010"
17
18build:
19 project: ALL_BUILD.vcxproj
20
21#test_script:
22# - Debug/flattests.exe
23
24#artifacts:
25# - path: Release/flatc.exe
26# name: flatc.exe