WIP: debug travis run script
authorAntonin Descampe <antonin@gmail.com>
Sat, 14 May 2016 22:53:24 +0000 (00:53 +0200)
committerAntonin Descampe <antonin@gmail.com>
Sat, 14 May 2016 22:53:24 +0000 (00:53 +0200)
tools/travis-ci/run.sh

index 2357cff111926675ede9cd41df632169ae4a3f09..ceaa14d08ea30f24401e8ed00d3bcfd7948027b6 100755 (executable)
@@ -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"