mirror of
https://github.com/yuzu-emu/AppImageKit-checkrt.git
synced 2024-12-23 13:45:29 +00:00
Update .travis.yml
This commit is contained in:
parent
59f94458c4
commit
bb90efe1e3
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue