WIP: debug travis run script

This commit is contained in:
Antonin Descampe 2016-05-15 00:53:24 +02:00
parent 8ba0de3e45
commit d1ca2b4f29
1 changed files with 4 additions and 4 deletions

View File

@ -272,10 +272,10 @@ New/unknown test failure found!!!
fi
fi
echo "OPJ_CI_DEPLOY: ${OPJ_CI_DEPLOY}"
echo "TRAVIS_TAG: ${TRAVIS_TAG}"
echo "APPVEYOR_REPO_TAG: ${APPVEYOR_REPO_TAG}"
echo "APPVEYOR_REPO_TAG_NAME: ${APPVEYOR_REPO_TAG_NAME}"
echo "OPJ_CI_DEPLOY: ${OPJ_CI_DEPLOY:-}"
echo "TRAVIS_TAG: ${TRAVIS_TAG:-}"
echo "APPVEYOR_REPO_TAG: ${APPVEYOR_REPO_TAG:-}"
echo "APPVEYOR_REPO_TAG_NAME: ${APPVEYOR_REPO_TAG_NAME:-}"
if [ "${OPJ_CI_DEPLOY:-}" == "1" ]; then
if [ "${TRAVIS_TAG:-}" != "" ]; then
cpack -G ZIP -P "OpenJPEG-${TRAVIS_TAG}-${OPJ_BUILDNAME_TEST}.zip"