From 1abb97d5bb8d172c6a11ab0f6cdfbc183f8529a8 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Tue, 30 Aug 2016 22:20:48 +0100 Subject: Replace Travis build instructions with a script. Easier to run locally to help reproduce issues with Travis builds. --- .travis.yml | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) (limited to '.travis.yml') diff --git a/.travis.yml b/.travis.yml index 3f4e75ef..dbc1466c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,17 +20,9 @@ addons: - xsltproc - zlib1g-dev -before_script: - - ccache -s - - ./bootstrap - - ./configure CC="ccache $CC" CXX="ccache $CXX" - - grep CXX config.status - - make - env: - TEST_TARGET=debug - TEST_TARGET=release script: - - ./runtest.pl ALL $TEST_TARGET - - ccache -s + - ./infrastructure/travis-build.sh -- cgit v1.2.3