From: Joe Orton Date: Tue, 23 Jun 2020 09:45:07 +0000 (+0000) Subject: Test mod_cgid w/fdpassing. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1351 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=936723eaf00805d1da71411d4072c82bd6e08998;p=thirdparty%2Fapache%2Fhttpd.git Test mod_cgid w/fdpassing. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879108 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index 156db958a72..a2907e7c362 100644 --- a/.travis.yml +++ b/.travis.yml @@ -107,6 +107,10 @@ jobs: env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode" NOTEST_CFLAGS='-Werror -O2' CC=gcc-7 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