diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-05-15 00:53:24 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-05-15 00:53:24 +0200 |
| commit | d1ca2b4f29efc9e12a77c7aba76091beae1966ec (patch) | |
| tree | f6a4695caaf2ddc52ff263c24e2a6f437d4c9913 | |
| parent | 8ba0de3e45aec595361a4f321e67dfd745d492d3 (diff) | |
WIP: debug travis run script
| -rwxr-xr-x | tools/travis-ci/run.sh | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 2357cff1..ceaa14d0 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -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" |
