Skip to content

Commit

Permalink
Reverted the .travis.yml to take out the changes for AppImage build (…
Browse files Browse the repository at this point in the history
…Issue #46)
  • Loading branch information
babluboy committed Jan 20, 2018
1 parent 552b06c commit 7225a30
Showing 1 changed file with 0 additions and 23 deletions.
23 changes: 0 additions & 23 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,35 +1,12 @@
sudo: required
language: generic
dist: trusty

before_install:
- sudo add-apt-repository ppa:beineri/opt-qt593-trusty -y
- sudo apt-get update -qq

install:
- sudo apt-get -y install qt59base
- source /opt/qt*/bin/qt*-env.sh

services:
- docker

script:
- wget -O- https://raw.githubusercontent.com/harisvsulaiman/element-build/master/script.sh | sh -
- make INSTALL_ROOT=appdir -j$(nproc) install ; find appdir/
- 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 -bundle-non-qt-libs
- ./linuxdeployqt-continuous-x86_64.AppImage appdir/usr/share/applications/*.desktop -appimage

after_success:
- find appdir -executable -type f -exec ldd {} \; | grep " => /usr" | cut -d " " -f 2-3 | sort | uniq
- wget -c https://github.com/probonopd/uploadtool/raw/master/upload.sh
- bash upload.sh Bookworm*.AppImage*

branches:
except:
- /^debian\/\d/
- # Do not build tags that we create when we upload to GitHub Releases
- /^(?i:continuous)/

0 comments on commit 7225a30

Please sign in to comment.