You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2020/06/30 13:26:59 UTC

svn commit: r1879368 - /httpd/httpd/trunk/.travis.yml

Author: jorton
Date: Tue Jun 30 13:26:59 2020
New Revision: 1879368

URL: http://svn.apache.org/viewvc?rev=1879368&view=rev
Log:
Add Travis jobs to test shared-MPMs under APR pool-debug with both event and prefork.

Github: closes #111

Modified:
    httpd/httpd/trunk/.travis.yml

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1879368&r1=1879367&r2=1879368&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Tue Jun 30 13:26:59 2020
@@ -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"