Skip to content

Commit

Permalink
Remove AppImage generation, as it's causing 100% build failure
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Jan 13, 2018
1 parent d17bd91 commit efb3285
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,20 +51,6 @@ script:
- cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr -DENABLE_TESTING=ON -Dsqlcipher=1 ..
- make
- ctest -V
- # AppImage generation
- sudo apt-get -y install checkinstall
- sudo checkinstall --pkgname=app --pkgversion="1" --pkgrelease="1" --backup=no --fstrans=no --default --deldoc
- mkdir appdir ; cd appdir
- dpkg -x ../app_1-1_amd64.deb . ; find .
- cp ./usr/share/applications/sqlitebrowser.desktop .
- cp ./usr/share/icons/hicolor/256x256/apps/sqlitebrowser.png .
- cd ..
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt*.AppImage
- unset QTDIR; unset QT_PLUGIN_PATH ; unset LD_LIBRARY_PATH
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/sqlitebrowser -bundle-non-qt-libs
- ./linuxdeployqt*.AppImage ./appdir/usr/bin/sqlitebrowser -appimage
- curl --upload-file ./DB*.AppImage https://transfer.sh/sqlitebrowser-git.$(git rev-parse --short HEAD)-x86_64.AppImage

notifications:
email:
Expand All @@ -75,4 +61,3 @@ notifications:
- mgrojo@gmail.com
on_success: never
on_failure: always

0 comments on commit efb3285

Please sign in to comment.