Commit 2f83aa9e authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa

Fix multi-line text travis issue

parent fc591d0c
...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment