summaryrefslogtreecommitdiff
path: root/tools/travis-ci
diff options
context:
space:
mode:
authormayeut <mayeut@users.noreply.github.com>2015-10-10 17:31:04 +0200
committermayeut <mayeut@users.noreply.github.com>2015-10-10 17:31:04 +0200
commit70a16d80d9ddfeee84e4dd669021d852644a5a57 (patch)
tree032c138e37b5b6df5ed687ca64bee279bd981d1a /tools/travis-ci
parent4560d270e08add95cd282fe27c1e8f279b8d8b29 (diff)
Debug build
Diffstat (limited to 'tools/travis-ci')
-rwxr-xr-xtools/travis-ci/run.sh3
1 files changed, 3 insertions, 0 deletions
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