probonopd
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
1 deletions
-
README.md
|
|
@ -108,7 +108,14 @@ script: |
|
|
|
|
|
|
|
after_success: |
|
|
|
- find ./appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq |
|
|
|
- curl --upload-file ./APPNAME*.AppImage https://transfer.sh/APPNAME-git.$(git rev-parse --short HEAD)-x86_64.AppImage |
|
|
|
- # curl --upload-file ./APPNAME*.AppImage https://transfer.sh/APPNAME-git.$(git rev-parse --short HEAD)-x86_64.AppImage |
|
|
|
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh |
|
|
|
- bash upload.sh ./APPNAME*.AppImage* |
|
|
|
|
|
|
|
branches: |
|
|
|
except: |
|
|
|
- # Do not build tags that we create when we upload to GitHub Releases |
|
|
|
- /^(?i:continuous)$/ |
|
|
|
``` |
|
|
|
|
|
|
|
When you save your change, then Travis CI should build and upload an AppImage for you. More likely than not, some fine-tuning will still be required. |
|
|
|