of server/util_expr parser.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@
1870047 13f79535-47bb-0310-9956-
ffa450edef68
- libnghttp2-dev
- libjansson-dev
- libpcre2-dev
+env:
+ global:
+ - MFLAGS=-j2
matrix:
include:
- libjansson-dev
- libpcre2-dev
# -------------------------------------------------------------------------
+ # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942
- name: Linux Ubuntu, Regenerate ap_expr
os: linux
env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror"
BUILDCONFIG="--with-regen-expr"
+ MFLAGS=
# -------------------------------------------------------------------------
- if: branch != 2.4.x
name: Linux Ubuntu, APR trunk
* CONFIG - arguments to pass to httpd's configure script.
* BUILDCONFIG - arguments to pass when running httpd's ./buildconf script
-
+
+* MFLAGS - arguments to pass when running "make" for httpd.
+
* SKIP_TESTING - if set, the Perl test framework is not run for the
build.
CONFIG="$CONFIG --with-apr-util=/usr"
fi
./configure $CONFIG
-make $MAKEFLAGS -j2
+make $MFLAGS
if ! test -v SKIP_TESTING; then
if test -v WITH_TEST_SUITE; then
make check