debug appveyor
This commit is contained in:
parent
d60937922f
commit
891e7c298a
|
@ -175,9 +175,8 @@ echo "
|
||||||
Parsing logs for failures
|
Parsing logs for failures
|
||||||
"
|
"
|
||||||
OPJ_CI_RESULT=0
|
OPJ_CI_RESULT=0
|
||||||
ls -l .
|
which find
|
||||||
ls -l build
|
find build -path 'build/Testing/*'
|
||||||
ls -l build/Testing
|
|
||||||
|
|
||||||
# 1st configure step
|
# 1st configure step
|
||||||
OPJ_CONFIGURE_XML=$(find build -path 'build/Testing/*' -name 'Configure.xml')
|
OPJ_CONFIGURE_XML=$(find build -path 'build/Testing/*' -name 'Configure.xml')
|
||||||
|
|
Loading…
Reference in New Issue