mirror of
https://github.com/leozide/leocad
synced 2025-01-17 18:11:42 +01:00
Upload continuous builds to GitHub. (#325)
* Update .travis.yml * Update .travis.yml * Update .travis.yml
This commit is contained in:
parent
590a5bfa97
commit
d598134eb1
1 changed files with 12 additions and 2 deletions
14
.travis.yml
14
.travis.yml
|
@ -59,5 +59,15 @@ script:
|
|||
- ./linuxdeployqt*.AppImage --appimage-extract
|
||||
- export PATH=$(readlink -f ./squashfs-root/usr/bin/):$PATH
|
||||
- ./squashfs-root/usr/bin/appimagetool AppDir/
|
||||
- curl --upload-file ./LeoCAD-*.AppImage https://transfer.sh/LeoCAD-git.$VERSION.qt$QT_BASE-x86_64.AppImage
|
||||
- echo AppImage uploaded to https://transfer.sh/LeoCAD-git.$VERSION.qt$QT_BASE-x86_64.AppImage
|
||||
|
||||
after_success:
|
||||
- |
|
||||
if [[ "$QT_BASE" = "510" && "$TRAVIS_OS_NAME" = "linux" ]]; then
|
||||
wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
bash upload.sh LeoCAD*.AppImage*
|
||||
fi
|
||||
|
||||
branches:
|
||||
except:
|
||||
- # Do not build tags that we create when we upload to GitHub Releases
|
||||
- /^(?i:continuous)/
|
||||
|
|
Loading…
Reference in a new issue