Debug build
authormayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 15:31:04 +0000 (17:31 +0200)
committermayeut <mayeut@users.noreply.github.com>
Sat, 10 Oct 2015 15:31:04 +0000 (17:31 +0200)
tools/travis-ci/run.sh

index 8b0db2734351abc7c8ab8e5de9d93bc9e1fcd93b..ba4e6da32612da0da19efa2474d5b9051c3da8db 100755 (executable)
@@ -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