From: Joe Orton Date: Fri, 8 Nov 2019 12:37:04 +0000 (+0000) Subject: Start sketching out some travis docs and check we can -> [skip ci] X-Git-Tag: 2.5.0-alpha2-ci-test-only~1808 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a740f191a8a24d27230ad5e2e00f0894ef7c3a1c;p=thirdparty%2Fapache%2Fhttpd.git Start sketching out some travis docs and check we can -> [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869550 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/test/README.travis b/test/README.travis new file mode 100644 index 00000000000..1255c5a052b --- /dev/null +++ b/test/README.travis @@ -0,0 +1,32 @@ + +Variables +--------- + +The Travis scripts use the following environment variables: + +* APR_VERSION - if set, APR of this version is built and installed + in $HOME/root/apr-$APR_VERSION (trunk means trunk is used) + +* APR_CONFIG - arguments to pass when running APR's configure script + 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) + +* 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. + +* SKIP_TESTING - if set, the Perl test framework is not run for the + build. + +Caching +------- + +Perl modules installed in $HOME/perl5 are cached. + +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. +