mirror of
https://git.suyu.dev/suyu/AppImageKit-checkrt.git
synced 2025-12-21 21:26:06 +01:00
Update .travis.yml
This commit is contained in:
parent
5a70aa903f
commit
59f94458c4
1 changed files with 1 additions and 1 deletions
|
|
@ -10,7 +10,7 @@ env:
|
|||
|
||||
script:
|
||||
- mkdir -p ./out/
|
||||
- docker run -i -v ${PWD}/out:/out -v "${PWD}:/AppImageKit-checkrt" "$DOCKER_IMAGE" /bin/bash -c "cd /AppImageKit-checkrt ; yum -y install gcc wget make binutils glibc-devel patch ; make"
|
||||
- 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/*
|
||||
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
- bash ./upload.sh out/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue