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 2019/11/14 14:35:19 UTC

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

Author: jorton
Date: Thu Nov 14 14:35:19 2019
New Revision: 1869801

URL: http://svn.apache.org/viewvc?rev=1869801&view=rev
Log:
Add build job for trunk on Xenial with custom APR/APR-util builds.

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1869801&r1=1869800&r2=1869801&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Thu Nov 14 14:35:19 2019
@@ -79,11 +79,17 @@ matrix:
            CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
     - if: branch = 2.4.x
-      name: Linux Ubuntu Xenial, all-modules
+      name: Linux Ubuntu Xenial, all-modules, system APR/APR-util
       os: linux
       dist: xenial
       env: CONFIG="--enable-mods-shared=reallyall"
     # -------------------------------------------------------------------------
+    - name: Linux Ubuntu Xenial, all-modules, APR 1.7.0, APR-util 1.6.1
+      dist: xenial
+      env: APR_VERSION=1.7.0 APU_VERSION=1.6.1
+           CONFIG="--enable-mods-shared=reallyall"
+           APU_CONFIG="--with-crypto"
+    # -------------------------------------------------------------------------
     - 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"