diff options
author | Joe Orton <jorton@apache.org> | 2019-11-12 17:18:32 +0000 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2019-11-12 17:18:32 +0000 |
commit | d8306deb92ce5c8e62eea6f4e83015b80cbc8c65 (patch) | |
tree | 818dce1addad7a931e8273e07dabf652eafdc6e9 /test/README.travis | |
parent | 7dffe41f44f478703d5b76e1fa15c36f5eb5d98d (diff) | |
download | httpd-d8306deb92ce5c8e62eea6f4e83015b80cbc8c65.tar.gz |
Minor Travis doc updates and a todo list. [skip ci]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869708 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/README.travis')
-rw-r--r-- | test/README.travis | 19 |
1 files changed, 18 insertions, 1 deletions
diff --git a/test/README.travis b/test/README.travis index 1255c5a052..8bc9122068 100644 --- a/test/README.travis +++ b/test/README.travis @@ -11,13 +11,15 @@ The Travis scripts use the following environment variables: if APR_VERSION is set * APU_VERSION - if set, APR-util of this version is built and - installed in $HOME/root/apu-$APU_VERSION (trunk means trunk is used) + installed in $HOME/root/apu-$APU_VERSION * APU_CONFIG - arguments to pass when running APR-util's configure script if APU_VERSION is set * CONFIG - arguments to pass to httpd's configure script. +* BUILDCONFIG - arguments to pass when running httpd's ./buildconf script + * SKIP_TESTING - if set, the Perl test framework is not run for the build. @@ -30,3 +32,18 @@ Anything installed into the $HOME/root directory is cached - notably, versions of APR/APR-util are installed here and cached across httpd build jobs without needing to be rebuilt every time. +TODO list +--------- + +* MacOS build +* Windows build +* clang-on-Linux build +* Build using APR non-trunk branches (1.7.x etc) + - need to make the ~/root/apr-trunk caching logic work for non-trunk branches +* Multi-arch testing +* Use containers for non-Ubuntu-based Linux testing +* E-mail notifications +* IRC notifications +* VPATH builds +* sanity checks for use of APLOGNO() - empty arguments, accidental duplicates, etc. + - not sure how exactly |