]> granicus.if.org Git - openjpeg/commitdiff
WIP automatic deployment
authorAntonin Descampe <antonin@gmail.com>
Sun, 15 May 2016 14:09:45 +0000 (16:09 +0200)
committerAntonin Descampe <antonin@gmail.com>
Sun, 15 May 2016 14:09:45 +0000 (16:09 +0200)
tools/travis-ci/run.sh

index 245ad88bee15d7aec4e1357676a0ee474bc3c95b..9bbd1dda1cd4187024e4168da193afad42e73ea4 100755 (executable)
@@ -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"