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
8207dd33
Commit
8207dd33
authored
Jul 20, 2014
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use gcc-4.9 for travis build
parent
d99e1135
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
.travis.yml
.travis.yml
+4
-4
No files found.
.travis.yml
View file @
8207dd33
...
...
@@ -8,9 +8,9 @@ before_install:
-
$CC --version
-
sudo add-apt-repository --yes ppa:ubuntu-toolchain-r/test
-
sudo apt-get update -qq
#Install and use gcc-4.
8 (don't build with gcc-4.6
)
#libstdc++-4.
8
is needed by Clang to build too
-
sudo apt-get -qq install g++-4.
8 libstdc++-4.8
-dev
#Install and use gcc-4.
9 (don't build with gcc < 4.8.3
)
#libstdc++-4.
9
is needed by Clang to build too
-
sudo apt-get -qq install g++-4.
9 libstdc++-4.9
-dev
-
>
sudo apt-get install --no-install-recommends -qq
autoconf
...
...
@@ -25,7 +25,7 @@ before_install:
libevent-dev
libjansson-dev
libjemalloc-dev
-
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