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/23 09:45:07 UTC

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

Author: jorton
Date: Tue Jun 23 09:45:07 2020
New Revision: 1879108

URL: http://svn.apache.org/viewvc?rev=1879108&view=rev
Log:
Test mod_cgid w/fdpassing.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1879108&r1=1879107&r2=1879108&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Tue Jun 23 09:45:07 2020
@@ -108,6 +108,10 @@ jobs:
            SKIP_TESTING=1
     # -------------------------------------------------------------------------
     - if: *condition_not_24x
+    - name: Linux Ubuntu, Event MPM, all-modules, mod_cgid fdpassing
+      env: CONFIG="--enable-mods-shared=reallyall --with-mpm=event --enable-cgid-fdpassing"
+    # -------------------------------------------------------------------------
+    - if: *condition_not_24x
       name: Linux Ubuntu, PCRE 1, GCC 7 maintainer-mode w/-Werror
       os: linux
       env: CONFIG="--enable-mods-shared=reallyall --with-pcre=/usr/bin/pcre-config --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-7"