diff options
| author | Antonin Descampe <antonin@gmail.com> | 2016-05-15 16:09:45 +0200 |
|---|---|---|
| committer | Antonin Descampe <antonin@gmail.com> | 2016-05-15 16:09:45 +0200 |
| commit | 65e214efd3941c9399dfc5c789a5c0ed9457db24 (patch) | |
| tree | e24b442cafb31cc4fe4800d0919b9677e5a8920c | |
| parent | e0d2a7bd8c49ba3a1d3ff0ee7842936ab0d9508d (diff) | |
WIP automatic deployment
| -rwxr-xr-x | tools/travis-ci/run.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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" |
