diff options
Diffstat (limited to 'build-aux')
| -rwxr-xr-x | build-aux/travis-deploy.sh | 3 | 
1 files changed, 2 insertions, 1 deletions
diff --git a/build-aux/travis-deploy.sh b/build-aux/travis-deploy.sh index a959ccb..65f162e 100755 --- a/build-aux/travis-deploy.sh +++ b/build-aux/travis-deploy.sh @@ -2,7 +2,7 @@  set -e -if [[ "x${TARGET}" != xw* ]] && [[ "x${TARGET}" != xdist* ]]; then +if [[ "x${TARGET}" != xw* ]] && [[ "x${TARGET}" != xdist* ]] && [[ "x${CC}" != xgcc ]]; then      echo "Nothing to deploy."      exit 0  fi @@ -25,6 +25,7 @@ VERSION="$(grep PACKAGE_VERSION build/config.h | cut -d\" -f2)"  do_curl() {      curl \ +        --silent \          --ftp-create-dirs \          --upload-file "${1}" \          --user "${FTP_USER}:${FTP_PASSWORD}" \  | 
