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
169df65d
Commit
169df65d
authored
Sep 15, 2015
by
Wouter van Oortmerssen
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #266 from kadirahq/fix-travis-osx
Fix before_install step on .travis.yml file for osx
parents
af1487bc
be503cb0
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
.travis.yml
.travis.yml
+7
-7
No files found.
.travis.yml
View file @
169df65d
...
@@ -18,13 +18,13 @@ env:
...
@@ -18,13 +18,13 @@ env:
-
GCC_VERSION="4.9"
-
GCC_VERSION="4.9"
before_install
:
before_install
:
-
sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
-
if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test; fi
-
sudo apt-get update -qq
-
if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get update -qq; fi
-
sudo apt-get install -qq g++-$GCC_VERSION
-
if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq g++-$GCC_VERSION; fi
-
sudo apt-get install -qq gcc-$GCC_VERSION
-
if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo apt-get install -qq gcc-$GCC_VERSION; fi
-
sudo ln -s -v -f $(which g++-$GCC_VERSION) /usr/bin/g++
-
if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which g++-$GCC_VERSION) /usr/bin/g++; fi
-
sudo ln -s -v -f $(which gcc-$GCC_VERSION) /usr/bin/gcc
-
if [ "$TRAVIS_OS_NAME" == "linux" ]; then sudo ln -s -v -f $(which gcc-$GCC_VERSION) /usr/bin/gcc; fi
script
:
script
:
-
if [ "$BIICODE" == "false" ]; then cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE . && make && make test; fi
-
if [ "$BIICODE" == "false" ]; then cmake -DCMAKE_BUILD_TYPE=$BUILD_TYPE . && make && make test; fi
-
if [ "$BIICODE" == "true" ]; then ./biicode/support/bii-travis.sh $BUILD_TYPE; fi
-
if [ "$BIICODE" == "true" ]
&& [ "$TRAVIS_OS_NAME" == "linux" ]
; then ./biicode/support/bii-travis.sh $BUILD_TYPE; fi
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