diff options
| author | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 17:31:04 +0200 |
|---|---|---|
| committer | mayeut <mayeut@users.noreply.github.com> | 2015-10-10 17:31:04 +0200 |
| commit | 70a16d80d9ddfeee84e4dd669021d852644a5a57 (patch) | |
| tree | 032c138e37b5b6df5ed687ca64bee279bd981d1a /tools/travis-ci | |
| parent | 4560d270e08add95cd282fe27c1e8f279b8d8b29 (diff) | |
Debug build
Diffstat (limited to 'tools/travis-ci')
| -rwxr-xr-x | tools/travis-ci/run.sh | 3 |
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 |
