mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 18:56:34 +01:00
Travis: Enable Qt 5.6 beta builds
This commit is contained in:
parent
4dd9338207
commit
c3186b6c64
@ -1,3 +1,5 @@
|
|||||||
|
sudo: required
|
||||||
|
dist: trusty
|
||||||
language: cpp
|
language: cpp
|
||||||
cache: apt
|
cache: apt
|
||||||
|
|
||||||
@ -15,7 +17,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get -qq install libssl-dev pkg-config libhunspell-dev
|
- sudo apt-get -qq install libssl-dev pkg-config libhunspell-dev
|
||||||
- if [[ "$QT" == "qt56" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt55; sudo apt-get update -qq; sudo apt-get install -qq qt55tools qt55script qt55webengine qt55webchannel; fi
|
- if [[ "$QT" == "qt56" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt56; sudo apt-get update -qq; sudo apt-get install -qq qt55tools qt55script qt55webengine qt55webchannel qt56declarative; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- QMAKE="qmake"
|
- QMAKE="qmake"
|
Loading…
Reference in New Issue
Block a user