Skip to content

Commit

Permalink
Another attempt on fixing CI on Qt 5.6/5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
gyunaev committed Dec 17, 2017
1 parent e2dacd8 commit 1daacad
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,14 @@ matrix:
compiler: gcc
env:
- QT_REPO="ppa:beineri/opt-qt562-trusty"
- QT_VERSION="qt562"
- QT_VERSION="qt56"
- os: linux
dist: trusty
sudo: true
compiler: gcc
env:
- QT_REPO="ppa:beineri/opt-qt571-trusty"
- QT_VERSION="qt571"
- QT_VERSION="qt57"
- os: linux
dist: trusty
sudo: true
Expand All @@ -45,12 +45,13 @@ before_install:
sudo apt-get update -qq;
sudo apt-get install -qq ${QT_VERSION}base ${QT_VERSION}translations ${QT_VERSION}tools;
sudo apt-get install -qq libsqlite3-dev libzip-dev libgstreamer1.0-dev libgstreamer-plugins-base1.0-dev libuchardet-dev libgl1-mesa-dev;
source /opt/$QT_VERSION/bin/$QT_VERSION-env.sh ; export QTHOME=/opt/$QT_VERSION;
ls /opt; ls /opt/qt*/bin/qt*.sh
git clone https://github.com/datasift/libcld2; pushd libcld2 && make && sudo make install; popd;
fi

install:
- source /opt/${QT_VERSION}/bin/${QT_VERSION}-env.sh;
- source /opt/${QT_VERSION}/bin/${QT_VERSION}-env.sh;
- export QTHOME=/opt/$QT_VERSION;

script:
- qmake -r
Expand Down

0 comments on commit 1daacad

Please sign in to comment.