summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorJoe Orton <jorton@apache.org>2019-11-12 13:45:57 +0100
committerJoe Orton <jorton@apache.org>2019-11-12 13:45:57 +0100
commit2dd0046f300cf667d8a473d51e1c097f2715efa4 (patch)
tree88bcebf206f3a0a8519862aa525406e6d9dfac78 /.travis.yml
parentUpdate APR version requirement to 1.6 or later per rough consensus on (diff)
downloadapache2-2dd0046f300cf667d8a473d51e1c097f2715efa4.tar.xz
apache2-2dd0046f300cf667d8a473d51e1c097f2715efa4.zip
Add buildconf option to force (rather than suppress) regeneration of
the ap_expr parser. Add a Travis job which uses this, so a patch which changes the parser sources is tested appropriately (e.g PR#72). * buildconf: Add --with-regen-expr to force ap_expr regeneration. * .travis.yml, test/travis_run_linux.sh: Pass BUILDCONF to buildconf and add job which uses the new option. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869697 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index f3551897de..eab4913839 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -62,6 +62,11 @@ matrix:
- libnghttp2-dev
- libjansson-dev
# -------------------------------------------------------------------------
+ - name: Linux Ubuntu, Regenerate ap_expr
+ os: linux
+ env: CONFIG="--enable-mods-shared=reallyall --enable-maintainer-mode NOTEST_CFLAGS=-Werror"
+ BUILDCONFIG="--with-regen-expr"
+ # -------------------------------------------------------------------------
- if: branch != 2.4.x
name: Linux Ubuntu, APR trunk
env: APR_VERSION=trunk APR_CONFIG="--with-crypto"