diff options
author | Joe Orton <jorton@apache.org> | 2020-06-05 14:00:36 +0200 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2020-06-05 14:00:36 +0200 |
commit | c3f2b93868bc0d17268679f24d535a619004e45b (patch) | |
tree | 57d200430b19671d75e0e0964d1dc5b011120ad2 /.travis.yml | |
parent | make sure the $n of the regular expressions is not included the name of the w... (diff) | |
download | apache2-c3f2b93868bc0d17268679f24d535a619004e45b.tar.xz apache2-c3f2b93868bc0d17268679f24d535a619004e45b.zip |
Build with LDAP support for APR 1.x.
Dump end of error_log for test run failures.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1878502 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/.travis.yml b/.travis.yml index 83f2659c9b..57f07ac1e2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -26,6 +26,7 @@ addons: - libnghttp2-dev - libjansson-dev - libpcre2-dev + - libldap2-dev env: global: - MFLAGS=-j2 @@ -60,7 +61,7 @@ jobs: NOTEST_CFLAGS="-Werror" CC="gcc -m32" APR_VERSION=1.7.0 - APU_VERSION=1.6.1 APU_CONFIG="--with-crypto" + APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap" addons: apt: sources: @@ -74,6 +75,7 @@ jobs: - lib32z1-dev - libbrotli-dev:i386 - libpcre2-dev:i386 + - libldap2-dev:i386 - libtool-bin - perl-doc - libapr1-dev @@ -127,6 +129,7 @@ jobs: - libnghttp2-dev - libjansson-dev - libpcre2-dev + - libldap2-dev # ------------------------------------------------------------------------- - name: Linux Ubuntu, GCC 9 maintainer-mode w/-Werror env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode" NOTEST_CFLAGS='-Werror -O2' CC=gcc-9 @@ -148,6 +151,7 @@ jobs: - libnghttp2-dev - libjansson-dev - libpcre2-dev + - libldap2-dev # ------------------------------------------------------------------------- - name: Linux Ubuntu, GCC 10 maintainer-mode w/-Werror env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode" NOTEST_CFLAGS='-Werror -O2' CC=gcc-10 @@ -169,6 +173,7 @@ jobs: - libnghttp2-dev - libjansson-dev - libpcre2-dev + - libldap2-dev # ------------------------------------------------------------------------- # MFLAGS= works around https://bz.apache.org/bugzilla/show_bug.cgi?id=63942 - if: *condition_not_24x @@ -193,22 +198,22 @@ jobs: dist: xenial env: APR_VERSION=1.7.0 APU_VERSION=1.6.1 CONFIG="--enable-mods-shared=reallyall" - APU_CONFIG="--with-crypto" + APU_CONFIG="--with-crypto --with-ldap" # ------------------------------------------------------------------------- - 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" + APU_CONFIG="--with-crypto --with-ldap" # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.7.x, APR-util 1.7.x env: APR_VERSION=1.7.x APU_VERSION=1.7.x CONFIG="--enable-mods-shared=reallyall" - APU_CONFIG="--with-crypto" + APU_CONFIG="--with-crypto --with-ldap" CLEAR_CACHE=1 # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.7.0 --enable-pool-debug, APR-util 1.6.1 env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" - APU_VERSION=1.6.1 APU_CONFIG="--with-crypto" + APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap" CONFIG="--enable-mods-shared=reallyall" TEST_MALLOC=1 # ------------------------------------------------------------------------- |