From: Joe Orton Date: Tue, 30 Jun 2020 13:26:59 +0000 (+0000) Subject: Add Travis jobs to test shared-MPMs under APR pool-debug with both event and prefork. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1314 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eb31fd37590d8af1bdc623273eed2c8f58f9a6bb;p=thirdparty%2Fapache%2Fhttpd.git Add Travis jobs to test shared-MPMs under APR pool-debug with both event and prefork. Github: closes #111 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879368 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index bfdc373784a..b2d4e9608fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -225,6 +225,18 @@ jobs: CONFIG="--enable-mods-shared=reallyall" TEST_MALLOC=1 # ------------------------------------------------------------------------- + - name: Linux Ubuntu, Shared MPMs (event), pool-debug + env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" + APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap" + CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=event" + TEST_MALLOC=1 + # ------------------------------------------------------------------------- + - name: Linux Ubuntu, Shared MPMs (prefork), pool-debug + env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" + APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap" + CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=prefork" + TEST_MALLOC=1 + # ------------------------------------------------------------------------- - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1, pool-debug, LDAP env: APR_VERSION=1.7.0 APR_CONFIG="--enable-pool-debug" APU_VERSION=1.6.1 APU_CONFIG="--with-crypto --with-ldap"