]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Start sketching out some travis docs and check we can -> [skip ci]
authorJoe Orton <jorton@apache.org>
Fri, 8 Nov 2019 12:37:04 +0000 (12:37 +0000)
committerJoe Orton <jorton@apache.org>
Fri, 8 Nov 2019 12:37:04 +0000 (12:37 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869550 13f79535-47bb-0310-9956-ffa450edef68

test/README.travis [new file with mode: 0644]

diff --git a/test/README.travis b/test/README.travis
new file mode 100644 (file)
index 0000000..1255c5a
--- /dev/null
@@ -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.
+