]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
ci: add a run for MPM worker w/ pool-debug.
authorYann Ylavic <ylavic@apache.org>
Fri, 11 Dec 2020 00:39:04 +0000 (00:39 +0000)
committerYann Ylavic <ylavic@apache.org>
Fri, 11 Dec 2020 00:39:04 +0000 (00:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1884292 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index 9178ca98a09e77fcdbb94f82b8fe4e056ceadbca..4b616c321ab71238b7d83f2339a21935647d581f 100644 (file)
@@ -251,6 +251,13 @@ jobs:
            TEST_MALLOC=1 TEST_SSL=1
            CLEAR_CACHE=1
     # -------------------------------------------------------------------------
+    - name: Linux Ubuntu, Shared MPMs (worker), pool-debug, SSL/TLS variants
+      env: APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
+           APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"
+           CONFIG="--enable-mods-shared=reallyall --enable-mpms-shared=all --with-mpm=worker"
+           TEST_MALLOC=1 TEST_SSL=1
+           CLEAR_CACHE=1
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Shared MPMs (prefork), pool-debug, SSL/TLS variants
       env: APR_VERSION=1.7.x APR_CONFIG="--enable-pool-debug"
            APU_VERSION=1.7.x APU_CONFIG="--with-crypto --with-ldap"