Upload CentOS 6 binaries

This commit is contained in:
TheAssassin 2019-03-21 11:27:02 +01:00
parent 871f1d6e99
commit 44b234734b

View File

@ -59,8 +59,10 @@ matrix:
services:
- docker
script: travis/build-centos6-docker.sh
after_success: true # also, we don't intend to upload release binaries
after_success:
- if [ "$TRAVIS_BRANCH" != "$TRAVIS_TAG" ] && [ "$TRAVIS_BRANCH" != "master" ]; then export TRAVIS_EVENT_TYPE=pull_request; fi
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh linuxdeploy-centos6-"$ARCH".AppImage*
install:
- git clone https://github.com/NixOS/patchelf.git -b 0.8