Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
6b8aa36c
Commit
6b8aa36c
authored
Apr 22, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: Use gcc-4.9 instead of gcc-4.8
parent
86ddda5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
4 deletions
+3
-4
.travis.yml
.travis.yml
+3
-4
No files found.
.travis.yml
View file @
6b8aa36c
language
:
cpp
compiler
:
-
clang
#Disable gcc build for the moment...
-
gcc
sudo
:
false
addons
:
...
...
@@ -9,8 +8,8 @@ addons:
sources
:
-
ubuntu-toolchain-r-test
packages
:
-
g++-4.
8
-
libstdc++-4.
8
-dev
-
g++-4.
9
-
libstdc++-4.
9
-dev
-
autoconf
-
automake
-
autotools-dev
...
...
@@ -26,7 +25,7 @@ addons:
-
libjemalloc-dev
before_install
:
-
$CC --version
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.
8" CC="gcc-4.8
"; fi
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.
9" CC="gcc-4.9
"; fi
-
$CC --version
before_script
:
-
autoreconf -i
...
...
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