From: Joe Orton Date: Thu, 14 Nov 2019 14:35:19 +0000 (+0000) Subject: Add build job for trunk on Xenial with custom APR/APR-util builds. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1791 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cee86f32f2ff619e9f3407eda62ab44566d1f351;p=thirdparty%2Fapache%2Fhttpd.git Add build job for trunk on Xenial with custom APR/APR-util builds. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869801 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/.travis.yml b/.travis.yml index f6600f9da7a..f9d0a7bc7a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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"