mirror of
https://github.com/google/flatbuffers.git
synced 2026-06-30 20:40:02 +00:00
Re-enable clang / os x in .travis
Change-Id: I45f6326f1b7da2d83eeee72fe44fd9626a288b5b
This commit is contained in:
12
.travis.yml
12
.travis.yml
@@ -31,11 +31,9 @@ matrix:
|
|||||||
- language: cpp
|
- language: cpp
|
||||||
os:
|
os:
|
||||||
- linux
|
- linux
|
||||||
- osx
|
|
||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
#- clang
|
|
||||||
|
|
||||||
env:
|
env:
|
||||||
matrix:
|
matrix:
|
||||||
@@ -54,6 +52,16 @@ matrix:
|
|||||||
- cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE . && make && make test
|
- 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
|
- 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
|
- language: android
|
||||||
sudo: true
|
sudo: true
|
||||||
android:
|
android:
|
||||||
|
|||||||
Reference in New Issue
Block a user