language: c
os:
- linux
+dist:
+ - bionic
cache:
directories:
- /home/travis/perl5
- name: Linux Ubuntu, Shared MPMs, all-modules
env: CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all"
# -------------------------------------------------------------------------
- - name: Linux Ubuntu Bionic, all-modules
+ - name: Linux Ubuntu, GCC 7 maintainer-mode w/-Werror
os: linux
- dist: bionic
- env: CONFIG="--enable-mods-shared=reallyall"
- # -------------------------------------------------------------------------
- - name: Linux Ubuntu Bionic, GCC 7 maintainer-mode w/-Werror
- os: linux
- dist: bionic
env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-7"
SKIP_TESTING=1
# -------------------------------------------------------------------------
- libnghttp2-dev
- libjansson-dev
# -------------------------------------------------------------------------
- - if: branch = trunk
+ - if: branch != 2.4.x
name: Linux Ubuntu, APR trunk
env: APR_VERSION=trunk APR_CONFIG="--with-crypto"
CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------
+ - if: branch = 2.4.x
+ name: Linux Ubuntu Xenial, all-modules
+ os: linux
+ dist: xenial
+ env: CONFIG="--enable-mods-shared=reallyall"
+ # -------------------------------------------------------------------------
- name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1
env: APR_VERSION=1.7.0 APU_VERSION=1.6.1
CONFIG="--enable-mods-shared=reallyall"
APU_CONFIG="--with-crypto"
CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------
- - name: Linux Ubuntu, APR 1.5.1, APR-util 1.5.4
+ - if: branch = 2.4.x
+ name: Linux Ubuntu, APR 1.5.1, APR-util 1.5.4
env: APR_VERSION=1.5.1 APU_VERSION=1.5.4
CONFIG="--enable-mods-shared=reallyall"
# -------------------------------------------------------------------------
APR_FIND_APR("$srcdir/srclib/apr", "./srclib/apr", 1, 1 2, [
version=`$apr_config --version`
case x${version} in
- x1.[[0-3]].*)
- AC_MSG_WARN([APR version 1.4.0 or later is required, found $version])
+ x1.[[0-5]].*)
+ AC_MSG_WARN([APR version 1.6.0 or later is required, found $version])
apr_acceptable=no
;;
esac