Mailing List Archive

svn commit: r1882776 - /httpd/httpd/trunk/.travis.yml
Author: rpluem
Date: Fri Oct 23 06:24:55 2020
New Revision: 1882776

URL: http://svn.apache.org/viewvc?rev=1882776&view=rev
Log:
* Two first tests using Ubuntu Focal

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

Modified: httpd/httpd/trunk/.travis.yml
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/.travis.yml?rev=1882776&r1=1882775&r2=1882776&view=diff
==============================================================================
--- httpd/httpd/trunk/.travis.yml (original)
+++ httpd/httpd/trunk/.travis.yml Fri Oct 23 06:24:55 2020
@@ -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"