From 70a16d80d9ddfeee84e4dd669021d852644a5a57 Mon Sep 17 00:00:00 2001 From: mayeut Date: Sat, 10 Oct 2015 17:31:04 +0200 Subject: [PATCH] Debug build --- tools/travis-ci/run.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 8b0db273..ba4e6da3 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -175,6 +175,9 @@ Parsing logs for failures " OPJ_CI_RESULT=0 +ls -l build +ls -l build/Testing + # 1st configure step OPJ_CONFIGURE_XML=$(find build -path 'build/Testing/*' -name 'Configure.xml') if [ ! -f "${OPJ_CONFIGURE_XML}" ]; then