Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
gaoqiong
yaml-cpp
Commits
0535811c
Commit
0535811c
authored
Apr 01, 2016
by
Jesse Beder
Browse files
Fix gcc version typo in travis config.
parent
c5f64823
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
.travis.yml
.travis.yml
+1
-1
No files found.
.travis.yml
View file @
0535811c
...
@@ -6,7 +6,7 @@ before_install:
...
@@ -6,7 +6,7 @@ before_install:
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo add-apt-repository ppa:ubuntu-toolchain-r/test -y
-
sudo apt-get update -qq
-
sudo apt-get update -qq
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.7; fi
-
if [ "$CXX" = "g++" ]; then sudo apt-get install -qq g++-4.7; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.
8
" CC="gcc-4.
8
"; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.
7
" CC="gcc-4.
7
"; fi
before_script
:
before_script
:
-
mkdir build
-
mkdir build
-
cd build
-
cd build
...
...
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