mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-09 05:19:55 -05:00
Experiment 4.0 for AppImage
This commit is contained in:
committed by
GitHub
parent
0b500c03ce
commit
2a84e02ee0
+3
-3
@@ -33,9 +33,9 @@ matrix:
|
||||
|
||||
before_install:
|
||||
- sudo add-apt-repository ppa:likemartinma/devel -y
|
||||
- sudo add-apt-repository --yes ppa:beineri/opt-qt571-trusty
|
||||
- sudo add-apt-repository --yes ppa:beineri/opt-qt593-trusty
|
||||
- sudo apt-get update -qq
|
||||
- sudo apt-get --force-yes install qt57base qt57translations qt57tools
|
||||
- sudo apt-get --force-yes install qt59base qt59translations qt59tools
|
||||
- sudo apt-get --force-yes install libsqlite3-dev libsqlcipher-dev libantlr-dev
|
||||
- QT_ENV_SCRIPT=$(find /opt -name 'qt*-env.sh')
|
||||
- source $QT_ENV_SCRIPT
|
||||
@@ -72,7 +72,7 @@ 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
|
||||
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
|
||||
- bash upload.sh *.AppImage*
|
||||
- bash upload.sh DB_Browser_for_SQLite*.AppImage*
|
||||
|
||||
#notifications:
|
||||
# email:
|
||||
|
||||
Reference in New Issue
Block a user