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
e95ad297
Commit
e95ad297
authored
Nov 23, 2015
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
travis: Enable integration tests and neverbleed
We added spdylay build since integration tests require it.
parent
dff2a199
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
17 additions
and
3 deletions
+17
-3
.travis.yml
.travis.yml
+17
-3
No files found.
.travis.yml
View file @
e95ad297
...
...
@@ -27,12 +27,26 @@ before_install:
-
$CC --version
-
if [ "$CXX" = "g++" ]; then export CXX="g++-4.9" CC="gcc-4.9"; fi
-
$CC --version
-
go version
before_script
:
# First build spdylay, since integration tests require it.
# spdylay is going to be built under third-party/spdylay
-
cd third-party
-
git clone https://github.com/tatsuhiro-t/spdylay.git
-
cd spdylay
-
autoreconf -i
-
./configure --disable-src --disable-examples
-
make check
-
export SPDYLAY_HOME=$PWD
-
cd ../..
# Now build nghttp2
-
autoreconf -i
-
automake
-
autoconf
-
git submodule update --init
-
./configure --enable-werror --with-mruby
-
./configure --enable-werror --with-mruby
--with-neverbleed LIBSPDYLAY_CFLAGS="-I$SPDYLAY_HOME/lib/includes" LIBSPDYLAY_LIBS="-L$SPDYLAY_HOME/lib/.libs -lspdylay"
script
:
-
make
-
make check
-
cd integration-tests
-
export GOPATH="$PWD/integration-tests/golang"
-
make itprep-local
-
make it-local
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