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
2f83aa9e
Commit
2f83aa9e
authored
Jun 10, 2019
by
Tatsuhiro Tsujikawa
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix multi-line text travis issue
parent
fc591d0c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
.travis.yml
.travis.yml
+5
-4
No files found.
.travis.yml
View file @
2f83aa9e
...
@@ -64,8 +64,7 @@ before_script:
...
@@ -64,8 +64,7 @@ before_script:
-
git submodule update --init
-
git submodule update --init
-
|
-
|
if [ "$CI_BUILD" = "autotools" ]; then
if [ "$CI_BUILD" = "autotools" ]; then
autoreconf -i
autoreconf -i && ./configure --with-mruby PKG_CONFIG_PATH=$PKG_CONFIG_PATH
./configure --with-mruby PKG_CONFIG_PATH=$PKG_CONFIG_PATH
fi
fi
-
|
-
|
if [ "$CI_BUILD" = "cmake" ]; then
if [ "$CI_BUILD" = "cmake" ]; then
...
@@ -78,8 +77,10 @@ script:
...
@@ -78,8 +77,10 @@ script:
fi
fi
-
|
-
|
if [ "$CI_BUILD" = "cmake" ]; then
if [ "$CI_BUILD" = "cmake" ]; then
make
make && make check
make check
fi
-
|
if [ "$CI_BUILD" = "cmake" ]; then
# Integration tests for nghttpx; autotools build erases build
# Integration tests for nghttpx; autotools build erases build
# for packaging test.
# for packaging test.
cd integration-tests
cd integration-tests
...
...
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