Debug build

This commit is contained in:
mayeut 2015-10-10 17:31:04 +02:00
parent 4560d270e0
commit 70a16d80d9
1 changed files with 3 additions and 0 deletions

View File

@ -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