mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-23 14:20:01 +00:00
Added AppVeyor CI.
Change-Id: I01cf630026e25382b585785b471bad21153338f6
This commit is contained in:
26
appveyor.yml
Normal file
26
appveyor.yml
Normal 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
|
||||||
@@ -1,5 +1,7 @@
|
|||||||
 FlatBuffers [](https://travis-ci.org/google/flatbuffers)
|
 FlatBuffers
|
||||||
===========
|
===========
|
||||||
|
[](https://travis-ci.org/google/flatbuffers) [](https://ci.appveyor.com/project/gwvo/flatbuffers)
|
||||||
|
|
||||||
**FlatBuffers** is an efficient cross platform serialization library for games and
|
**FlatBuffers** is an efficient cross platform serialization library for games and
|
||||||
other memory constrained apps. It allows you to directly access serialized data without
|
other memory constrained apps. It allows you to directly access serialized data without
|
||||||
unpacking/parsing it first, while still having great forwards/backwards compatibility.
|
unpacking/parsing it first, while still having great forwards/backwards compatibility.
|
||||||
|
|||||||
Reference in New Issue
Block a user