mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-05-14 15:59:18 -05:00
Experiment 1.0 for Appimage
This commit is contained in:
committed by
GitHub
parent
122ce98ba0
commit
bd5538d2a6
+14
-13
@@ -55,27 +55,28 @@ script:
|
||||
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DENABLE_TESTING=ON -Dsqlcipher=1 ..
|
||||
- make
|
||||
- ctest -V
|
||||
- make install
|
||||
- wget -c -nv "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
|
||||
- chmod a+x linuxdeployqt-continuous-x86_64.AppImage
|
||||
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
|
||||
- export VERSION=$(git rev-parse --short HEAD) # linuxdeployqt uses this for naming the file
|
||||
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage
|
||||
- ./linuxdeployqt-continuous-x86_64.AppImage /usr/share/applications/*.desktop -appimage
|
||||
|
||||
|
||||
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 APPNAME*.AppImage*
|
||||
- bash upload.sh *.AppImage*
|
||||
|
||||
notifications:
|
||||
email:
|
||||
recipients:
|
||||
- mkleusberg@gmail.com
|
||||
- innermous@gmail.com
|
||||
- justin@postgresql.org
|
||||
- mgrojo@gmail.com
|
||||
on_success: never
|
||||
on_failure: always
|
||||
slack:
|
||||
secure: ax5bu7ySF+wlG0pCmQqyzvaurzQt2yLnp/u4KajyFCgWZKOwcvElndjhvW8bIRNgWrGP8TVPkosHhwGucFQNjJq5hHJIbuPzfBTIbITCVbKJNRqeqL0QXlKLwMTejX9AUYwzzJ3xTTj8rZn/UMocsiCy7uPuK1v/5BhZfEr3BBU=
|
||||
#notifications:
|
||||
# email:
|
||||
# recipients:
|
||||
# - mkleusberg@gmail.com
|
||||
# - innermous@gmail.com
|
||||
# - justin@postgresql.org
|
||||
# - mgrojo@gmail.com
|
||||
# on_success: never
|
||||
# on_failure: always
|
||||
#slack:
|
||||
# secure: ax5bu7ySF+wlG0pCmQqyzvaurzQt2yLnp/u4KajyFCgWZKOwcvElndjhvW8bIRNgWrGP8TVPkosHhwGucFQNjJq5hHJIbuPzfBTIbITCVbKJNRqeqL0QXlKLwMTejX9AUYwzzJ3xTTj8rZn/UMocsiCy7uPuK1v/5BhZfEr3BBU=
|
||||
|
||||
Reference in New Issue
Block a user