mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 02:50:46 -06:00
Automatically add AppImage builds to our GitHub releases
Thanks @probonopd :)
This commit is contained in:
@@ -2,6 +2,10 @@ language: cpp
|
||||
sudo: required
|
||||
dist: trusty
|
||||
|
||||
branches:
|
||||
only:
|
||||
- master
|
||||
|
||||
matrix:
|
||||
fast_finish: true
|
||||
include:
|
||||
@@ -71,3 +75,8 @@ notifications:
|
||||
- justin@postgresql.org
|
||||
on_success: never
|
||||
on_failure: always
|
||||
|
||||
after_success:
|
||||
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
- sed -i -e 's|Continuous build|Continuous Linux build|g' upload.sh
|
||||
- bash ./upload.sh ./DB*.AppImage
|
||||
|
||||
Reference in New Issue
Block a user