Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
F
flatbuffers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
flatbuffers
Commits
f624065e
Commit
f624065e
authored
Jul 28, 2016
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added AppVeyor CI.
Change-Id: I01cf630026e25382b585785b471bad21153338f6
parent
03adfa7b
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
29 additions
and
1 deletion
+29
-1
appveyor.yml
appveyor.yml
+26
-0
readme.md
readme.md
+3
-1
No files found.
appveyor.yml
0 → 100644
View file @
f624065e
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
readme.md
View file @
f624065e
 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
other memory constrained apps. It allows you to directly access serialized data without
unpacking/parsing it first, while still having great forwards/backwards compatibility.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment