Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
steinbac
compass-github-pull
Commits
ef06af41
Commit
ef06af41
authored
Apr 13, 2018
by
steinbac
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
commented out some compilers
parent
3b460a7b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
17 deletions
+17
-17
.travis.yml
.travis.yml
+17
-17
No files found.
.travis.yml
View file @
ef06af41
...
...
@@ -5,15 +5,15 @@ dist: trusty
matrix
:
include
:
# works on Precise and Trusty
-
os
:
linux
addons
:
apt
:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
g++-4.9
env
:
-
MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
#
- os: linux
#
addons:
#
apt:
#
sources:
#
- ubuntu-toolchain-r-test
#
packages:
#
- g++-4.9
#
env:
#
- MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
# works on Precise and Trusty
-
os
:
linux
...
...
@@ -53,15 +53,15 @@ matrix:
env
:
-
MATRIX_EVAL="CC=gcc-4.9 && CXX=g++-4.9"
-
os
:
osx
osx_image
:
xcode8
env
:
-
MATRIX_EVAL="brew install gcc5 && CC=gcc-5 && CXX=g++-5"
#
- os: osx
#
osx_image: xcode8
#
env:
#
- MATRIX_EVAL="brew install gcc5 && CC=gcc-5 && CXX=g++-5"
-
os
:
osx
osx_image
:
xcode8
env
:
-
MATRIX_EVAL="brew install gcc6 && CC=gcc-6 && CXX=g++-6"
#
- os: osx
#
osx_image: xcode8
#
env:
#
- MATRIX_EVAL="brew install gcc6 && CC=gcc-6 && CXX=g++-6"
-
os
:
osx
osx_image
:
xcode8
...
...
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