]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Install PCRE v2 (10.x) by default, add a job testing with PCRE "v1" (8.x).
authorJoe Orton <jorton@apache.org>
Tue, 12 Nov 2019 15:09:03 +0000 (15:09 +0000)
committerJoe Orton <jorton@apache.org>
Tue, 12 Nov 2019 15:09:03 +0000 (15:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869703 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index eab49138394361485b08c82c5bf82696ecde755b..6f1b32f67a9f9b74f724b6107f8a643bb4885d5e 100644 (file)
@@ -20,6 +20,7 @@ addons:
       - libsystemd-dev
       - libnghttp2-dev
       - libjansson-dev
+      - libpcre2-dev
 
 matrix:
   include:
@@ -42,6 +43,10 @@ matrix:
       env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-7"
            SKIP_TESTING=1
     # -------------------------------------------------------------------------
+    - 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"
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, GCC 8 maintainer-mode w/-Werror
       env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror CC=gcc-8"
            SKIP_TESTING=1
@@ -61,6 +66,7 @@ matrix:
             - libsystemd-dev
             - libnghttp2-dev
             - libjansson-dev
+            - libpcre2-dev
     # -------------------------------------------------------------------------
     - name: Linux Ubuntu, Regenerate ap_expr
       os: linux