Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
coder3101 committed Dec 15, 2019
1 parent 1c77d5f commit f77286c
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,13 @@ compiler: g++
sudo: required

before_install:
- sudo add-apt-repository ppa:beineri/opt-qt597-trusty -y
- sudo apt-get update
- git submodule update --init --recursive
- sudo add-apt-repository ppa:beineri/opt-qt-5.10.1-trusty -y
- sudo apt-get update -qq

install:
- sudo apt-get install qt59base qt59svg qt59imageformats
- sudo apt-get install cmake
- source /opt/qt597/bin/qt59-env.sh

- sudo apt-get -y install qt510base libgl1-mesa-dev qt59svg qt59imageformats
- source /opt/qt*/bin/qt*-env.sh
- git submodule update --init --recursive

script:
- mkdir build
Expand All @@ -24,8 +22,8 @@ script:
- wget -c "https://github.com/probonopd/linuxdeployqt/releases/download/continuous/linuxdeployqt-continuous-x86_64.AppImage"
- chmod a+x linuxdeployqt*.AppImage
- export VERSION=$(git rev-parse --short HEAD)
- mv ../default.desktop .
- mv ../icon.ico .
# - mv ../default.desktop .
# - mv ../icon.ico .
- ./linuxdeployqt*.AppImage ./CPEditor -appimage
- curl --upload-file ./CPEditor*.AppImage https://transfer.sh/CPEditor-git.$(git rev-parse --short HEAD)-x86_64.AppImage

Expand Down

0 comments on commit f77286c

Please sign in to comment.