travis debugging

This commit is contained in:
mayeut 2015-10-09 21:52:39 +02:00
parent d2ddf006a6
commit e224dee4b8
1 changed files with 2 additions and 1 deletions

View File

@ -71,5 +71,6 @@ rm -rf src installed
if [ ${OPJ_UPLOAD_ABI_REPORT} -eq 1 ]; then if [ ${OPJ_UPLOAD_ABI_REPORT} -eq 1 ]; then
echo "TODO: Where to upload the report" echo "TODO: Where to upload the report"
fi fi
cat build_logs/openjpeg/current/cmake
cmake -version
exit $EXIT_CODE exit $EXIT_CODE