From: Joe Orton Date: Tue, 12 Nov 2019 17:18:32 +0000 (+0000) Subject: Minor Travis doc updates and a todo list. [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1799 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d8306deb92ce5c8e62eea6f4e83015b80cbc8c65;p=thirdparty%2Fapache%2Fhttpd.git 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 --- diff --git a/test/README.travis b/test/README.travis index 1255c5a052b..8bc91220684 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