From: Antonin Descampe Date: Sun, 15 May 2016 14:09:45 +0000 (+0200) Subject: WIP automatic deployment X-Git-Tag: v2.1.1~6 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=65e214efd3941c9399dfc5c789a5c0ed9457db24;p=openjpeg WIP automatic deployment --- diff --git a/tools/travis-ci/run.sh b/tools/travis-ci/run.sh index 245ad88b..9bbd1dda 100755 --- a/tools/travis-ci/run.sh +++ b/tools/travis-ci/run.sh @@ -195,7 +195,7 @@ set +x if [ "${OPJ_CI_INCLUDE_IF_DEPLOY:-}" == "1" ]; then OPJ_CI_DEPLOY=1 # unused for now OPJ_CUR_DIR=${PWD} - if [ "${TRAVIS_OS_NAME:-}" == "linux"]; then + if [ "${TRAVIS_OS_NAME:-}" == "linux" ]; then OPJ_PACK_GENERATOR="TGZ" # ZIP generator currently segfaults on linux else OPJ_PACK_GENERATOR="ZIP"