Update .travis.yml

This commit is contained in:
darealshinji 2017-05-04 13:52:23 +02:00 committed by GitHub
parent 59f94458c4
commit bb90efe1e3

View file

@ -9,11 +9,11 @@ env:
- ARCH=x86_64 DOCKER_IMAGE=library/centos:6.8
script:
- mkdir -p ./out/
- docker run -i -v ${PWD}/out:/out -v "${PWD}:/AppImageKit-checkrt" "$DOCKER_IMAGE" /bin/bash -c "yum -y install gcc wget make binutils glibc-devel patch ; make -C /AppImageKit-checkrt"
- cp /AppImageKit-checkrt/AppRun_patched out/AppRun-patched-${ARCH} ; ls -lh out/*
- mkdir -p /out
- docker run -i -v ${PWD}:/out "$DOCKER_IMAGE" /bin/bash -c "yum -y install gcc wget make binutils glibc-devel patch ; cd /AppImageKit-checkrt ; make ; cp AppRun_patched /out/AppRun-patched-${ARCH}"
- ls -lh /out/*
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash ./upload.sh out/*
- bash ./upload.sh /out/*
branches:
except: