summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorAntonin Descampe <antonin@gmail.com>2016-05-15 02:19:03 +0200
committerAntonin Descampe <antonin@gmail.com>2016-05-15 02:19:03 +0200
commita66c3915190e5c75b5a9d66906685e1709e5ad5c (patch)
tree19b0f3ab8c50c7402cf3c84bc895129d33a9f826 /tools
parent9c8ab8bd2e374a0b84531d8d76a2f2f2d8f4d31c (diff)
WIP automatic release (debugging run.sh)
Diffstat (limited to 'tools')
-rwxr-xr-xtools/travis-ci/run.sh14
1 files changed, 7 insertions, 7 deletions
diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh
index 65662709..62562c0a 100755
--- a/tools/travis-ci/run.sh
+++ b/tools/travis-ci/run.sh
@@ -278,13 +278,13 @@ echo "APPVEYOR_REPO_TAG: ${APPVEYOR_REPO_TAG:-}"
echo "APPVEYOR_REPO_TAG_NAME: ${APPVEYOR_REPO_TAG_NAME:-}"
if [ "${OPJ_CI_DEPLOY:-}" == "1" ]; then
cpack --config ${OPJ_SOURCE_DIR}/cmake/OpenJPEGCPack.cmake -V -G ZIP -P "OpenJPEG-${TRAVIS_TAG:-}-${OPJ_BUILDNAME_TEST}.zip"
- if [ "${TRAVIS_TAG:-}" != "" ]; then
- #cpack --config ${OPJ_SOURCE_DIR}/cmake/OpenJPEGCPack.cmake -V -G ZIP -P "OpenJPEG-${TRAVIS_TAG}-${OPJ_BUILDNAME_TEST}.zip"
- fi
- if [ "${APPVEYOR_REPO_TAG:-}" == "true" ]; then
- #cpack -G ZIP -P "OpenJPEG-${APPVEYOR_REPO_TAG_NAME}-${OPJ_BUILDNAME_TEST}.zip"
- #appveyor PushArtifact "OpenJPEG-${APPVEYOR_REPO_TAG_NAME}-${OPJ_BUILDNAME_TEST}.zip"
- fi
+ # if [ "${TRAVIS_TAG:-}" != "" ]; then
+ # cpack --config ${OPJ_SOURCE_DIR}/cmake/OpenJPEGCPack.cmake -V -G ZIP -P "OpenJPEG-${TRAVIS_TAG}-${OPJ_BUILDNAME_TEST}.zip"
+ # fi
+ # if [ "${APPVEYOR_REPO_TAG:-}" == "true" ]; then
+ # cpack -G ZIP -P "OpenJPEG-${APPVEYOR_REPO_TAG_NAME}-${OPJ_BUILDNAME_TEST}.zip"
+ # appveyor PushArtifact "OpenJPEG-${APPVEYOR_REPO_TAG_NAME}-${OPJ_BUILDNAME_TEST}.zip"
+ # fi
fi
exit ${OPJ_CI_RESULT}