mirror of
https://invent.kde.org/network/falkon.git
synced 2024-12-20 10:46:35 +01:00
Travis: Add Qt 5.8 build
This commit is contained in:
parent
24b6db866a
commit
c115610f4a
@ -5,6 +5,7 @@ cache: apt
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
- QT=qt57
|
- QT=qt57
|
||||||
|
- QT=qt58
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- export DISPLAY=:99.0
|
- export DISPLAY=:99.0
|
||||||
@ -14,10 +15,12 @@ install:
|
|||||||
- sudo apt-get -qq update
|
- sudo apt-get -qq update
|
||||||
- sudo apt-get -qq install libssl-dev pkg-config libxcb-util0-dev
|
- sudo apt-get -qq install libssl-dev pkg-config libxcb-util0-dev
|
||||||
- if [[ "$QT" == "qt57" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt571-trusty; sudo apt-get update -qq; sudo apt-get install -qq qt57tools qt57script qt57webengine qt57webchannel qt57declarative qt57x11extras; fi
|
- if [[ "$QT" == "qt57" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt571-trusty; sudo apt-get update -qq; sudo apt-get install -qq qt57tools qt57script qt57webengine qt57webchannel qt57declarative qt57x11extras; fi
|
||||||
|
- if [[ "$QT" == "qt58" ]]; then sudo apt-add-repository -y ppa:beineri/opt-qt58-trusty; sudo apt-get update -qq; sudo apt-get install -qq qt58tools qt58script qt58webengine qt58webchannel qt58declarative qt58x11extras; fi
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- QMAKE="qmake"
|
- QMAKE="qmake"
|
||||||
- if [[ "$QT" == "qt57" ]]; then QMAKE="/opt/qt57/bin/qmake"; fi
|
- if [[ "$QT" == "qt57" ]]; then QMAKE="/opt/qt57/bin/qmake"; fi
|
||||||
|
- if [[ "$QT" == "qt58" ]]; then QMAKE="/opt/qt58/bin/qmake"; fi
|
||||||
- $QMAKE QMAKE_CXXFLAGS+="-Wextra -Werror"
|
- $QMAKE QMAKE_CXXFLAGS+="-Wextra -Werror"
|
||||||
- make || exit 1
|
- make || exit 1
|
||||||
- cd scripts && ./run_tests.sh $QMAKE
|
- cd scripts && ./run_tests.sh $QMAKE
|
||||||
|
Loading…
Reference in New Issue
Block a user