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
10bdcefa
Commit
10bdcefa
authored
Jun 08, 2018
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Re-enable clang / os x in .travis
Change-Id: I45f6326f1b7da2d83eeee72fe44fd9626a288b5b
parent
9bab626c
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
2 deletions
+10
-2
.travis.yml
.travis.yml
+10
-2
No files found.
.travis.yml
View file @
10bdcefa
...
...
@@ -31,11 +31,9 @@ matrix:
-
language
:
cpp
os
:
-
linux
-
osx
compiler
:
-
gcc
#- clang
env
:
matrix
:
...
...
@@ -54,6 +52,16 @@ matrix:
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE . && make && make test
-
if [ "$CONAN" == "true" ] && [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo pip install conan && conan create . flatbuffers/testing -s build_type=$BUILD_TYPE; fi
-
language
:
cpp
os
:
osx
osx_image
:
xcode9.3
env
:
matrix
:
-
BUILD_TYPE=Debug
-
BUILD_TYPE=Release
script
:
-
cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE . && make && make test
-
language
:
android
sudo
:
true
android
:
...
...
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