Skip to content
Snippets Groups Projects
Commit 2b2b9de1 authored by Tatsuhiro Tsujikawa's avatar Tatsuhiro Tsujikawa
Browse files

Fix multi-line text travis issue

parent 3cceaa2b
No related merge requests found
......@@ -57,8 +57,7 @@ before_script:
- export PKG_CONFIG_PATH=$PWD/../openssl/build/lib/pkgconfig:$PWD/../nghttp3/build/lib/pkgconfig LDFLAGS="$EXTRA_LDFLAGS -Wl,-rpath,$PWD/../openssl/build/lib"
- |
if [ "$CI_BUILD" == "autotools" ]; then
autoreconf -i
./configure --enable-werror $AUTOTOOLS_OPTS
autoreconf -i && ./configure --enable-werror $AUTOTOOLS_OPTS
fi
# Set CMAKE_LIBRARY_ARCHITECTURE to workaround failure to parse
# implicit link information from GCC 5
......
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