mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
Travis: switch to Qt 5.9.1
Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
This commit is contained in:
parent
3cd584e137
commit
a156e56266
1 changed files with 5 additions and 5 deletions
10
.travis.yml
10
.travis.yml
|
@ -29,11 +29,11 @@ addons:
|
|||
- mesa-common-dev
|
||||
|
||||
before_install:
|
||||
- if [ ! -e Qt/5.9 ] ; then
|
||||
- if [ ! -e Qt/5.9.1 ] ; then
|
||||
rm -rf Qt ;
|
||||
wget http://download.qt.io/official_releases/qt/5.9/5.9.0/qt-opensource-linux-x64-5.9.0.run ;
|
||||
chmod +x ./qt-opensource-linux-x64-5.9.0.run ;
|
||||
./qt-opensource-linux-x64-5.9.0.run -platform minimal --script qt-installer-noninteractive.qs --no-force-installations ;
|
||||
wget http://download.qt.io/official_releases/qt/5.9/5.9.1/qt-opensource-linux-x64-5.9.1.run ;
|
||||
chmod +x ./qt-opensource-linux-x64-5.9.1.run ;
|
||||
./qt-opensource-linux-x64-5.9.1.run -platform minimal --script qt-installer-noninteractive.qs --no-force-installations ;
|
||||
fi
|
||||
# TestPreferences uses gui calls, so run a xvfb so it has something to talk to
|
||||
- "export DISPLAY=:99.0"
|
||||
|
@ -41,7 +41,7 @@ before_install:
|
|||
|
||||
|
||||
script:
|
||||
- export CMAKE_PREFIX_PATH=$PWD/Qt/5.9/gcc_64/lib/cmake ;
|
||||
- export CMAKE_PREFIX_PATH=$PWD/Qt/5.9.1/gcc_64/lib/cmake ;
|
||||
cd .. ;
|
||||
bash -e ./subsurface/scripts/build.sh -both
|
||||
- env CTEST_OUTPUT_ON_FAILURE=1 make -C subsurface/build check
|
||||
|
|
Loading…
Add table
Reference in a new issue