diff options
author | Joe Orton <jorton@apache.org> | 2019-11-06 12:45:21 +0100 |
---|---|---|
committer | Joe Orton <jorton@apache.org> | 2019-11-06 12:45:21 +0100 |
commit | d5e989b77858357a8891f008552eb25db10d580d (patch) | |
tree | ab2bf0b955ecf3a70b7b59562ddc262c197022cf /test/travis_run_linux.sh | |
parent | Update travis config (diff) | |
download | apache2-d5e989b77858357a8891f008552eb25db10d580d.tar.xz apache2-d5e989b77858357a8891f008552eb25db10d580d.zip |
Move before/run scripts out of .travis.yml.
Reviewed by: elukey
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869459 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'test/travis_run_linux.sh')
-rwxr-xr-x | test/travis_run_linux.sh | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/test/travis_run_linux.sh b/test/travis_run_linux.sh new file mode 100755 index 0000000000..55087403b3 --- /dev/null +++ b/test/travis_run_linux.sh @@ -0,0 +1,6 @@ +#!/bin/bash -ex +./buildconf +test -v SKIP_TESTING || CONFIG="--with-test-suite=test/perl-framework $CONFIG" +./configure $CONFIG --with-apr=/usr --with-apr-util=/usr +make $MAKEFLAGS -j2 +test -v SKIP_TESTING || make check |