]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Two first tests using Ubuntu Focal
authorRuediger Pluem <rpluem@apache.org>
Fri, 23 Oct 2020 06:24:55 +0000 (06:24 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 23 Oct 2020 06:24:55 +0000 (06:24 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1882776 13f79535-47bb-0310-9956-ffa450edef68

.travis.yml

index d682cca4f9f0a750e81164017cdbb3788164163b..e5cdbc2592ddee659c13c1612dbee587a81e6132 100644 (file)
@@ -214,6 +214,18 @@ jobs:
            CONFIG="--enable-mods-shared=reallyall"
            APU_CONFIG="--with-crypto --with-ldap"
     # -------------------------------------------------------------------------
+    - if: *condition_24x_only
+      name: Linux Ubuntu Focal, all-modules, system APR/APR-util
+      os: linux
+      dist: focal
+      env: CONFIG="--enable-mods-shared=reallyall"
+    # -------------------------------------------------------------------------
+    - name: Linux Ubuntu Focal, all-modules, APR 1.7.0, APR-util 1.6.1
+      dist: focal
+      env: APR_VERSION=1.7.0 APU_VERSION=1.6.1
+           CONFIG="--enable-mods-shared=reallyall"
+           APU_CONFIG="--with-crypto --with-ldap"
+    # -------------------------------------------------------------------------
     - name: Linux Ubuntu, APR 1.7.0, APR-util 1.6.1
       env: APR_VERSION=1.7.0 APU_VERSION=1.6.1
            CONFIG="--enable-mods-shared=reallyall"