From eb31fd37590d8af1bdc623273eed2c8f58f9a6bb Mon Sep 17 00:00:00 2001 From: Joe Orton Date: Tue, 30 Jun 2020 13:26:59 +0000 Subject: [PATCH] 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 --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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" -- 2.47.3