You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/11/08 12:37:05 UTC

svn commit: r1869550 - /httpd/httpd/trunk/test/README.travis

Author: jorton
Date: Fri Nov  8 12:37:04 2019
New Revision: 1869550

URL: http://svn.apache.org/viewvc?rev=1869550&view=rev
Log:
Start sketching out some travis docs and check we can -> [skip ci]

Added:
    httpd/httpd/trunk/test/README.travis

Added: httpd/httpd/trunk/test/README.travis
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/test/README.travis?rev=1869550&view=auto
==============================================================================
--- httpd/httpd/trunk/test/README.travis (added)
+++ httpd/httpd/trunk/test/README.travis Fri Nov  8 12:37:04 2019
@@ -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.
+