Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
B
benchmark
Project
Overview
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
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Chen Yisong
benchmark
Commits
0bbaeeaf
Commit
0bbaeeaf
authored
Nov 30, 2017
by
Victor Costan
Committed by
Dominic Hamon
Nov 30, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Add GCC on OSX to list of Travis CI configurations. (#492)
parent
95a1435b
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
10 additions
and
0 deletions
+10
-0
.travis.yml
.travis.yml
+10
-0
No files found.
.travis.yml
View file @
0bbaeeaf
...
...
@@ -129,6 +129,11 @@ matrix:
compiler
:
clang
env
:
-
COMPILER=clang++ BUILD_TYPE=Release
-
os
:
osx
osx_image
:
xcode8.3
compiler
:
gcc
env
:
-
COMPILER=g++-7 C_COMPILER=gcc-7 BUILD_TYPE=Debug
before_script
:
-
if [ -z "$BUILD_32_BITS" ]; then
...
...
@@ -145,6 +150,11 @@ install:
pip install --user --upgrade pip;
pip install --user cpp-coveralls;
fi
-
if [ "${C_COMPILER}" == "gcc-7" -a "${TRAVIS_OS_NAME}" == "osx" ]; then
rm -f /usr/local/include/c++;
brew update;
brew install gcc@7;
fi
script
:
-
cmake -DCMAKE_C_COMPILER=${C_COMPILER} -DCMAKE_CXX_COMPILER=${COMPILER} -DCMAKE_BUILD_TYPE=${BUILD_TYPE} -DCMAKE_CXX_FLAGS="${EXTRA_FLAGS}" -DBENCHMARK_BUILD_32_BITS=${BUILD_32_BITS} ..
...
...
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