Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/desktop.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-08-05 22:08:45 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-05 22:08:45 +0300
commit067c174e61a005b2da8f8d76e99dfd07698f88ba (patch)
tree0f7bb026958192d065b90e65427dbdedeb8c993d /.drone.yml
parent993e1eb89c8a89d07e14c143ae2c5887f627cb29 (diff)
Add Qt5.9 to drone
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml26
1 files changed, 26 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 06f1bc3b6..c9b13d381 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -77,9 +77,35 @@ pipeline:
when:
matrix:
TESTS: qt-5.8
+ qt-5.9:
+ image: nextcloudci/client-5.9:latest
+ commands:
+ # Install QtKeyChain
+ - /bin/bash -c "
+ source /opt/qt59/bin/qt59-env.sh &&
+ cd /tmp &&
+ git clone https://github.com/frankosterfeld/qtkeychain.git &&
+ cd qtkeychain &&
+ git checkout v0.8.0 &&
+ mkdir build &&
+ cd build &&
+ cmake ../ &&
+ make &&
+ make install"
+ # Build client
+ - /bin/bash -c "
+ source /opt/qt59/bin/qt59-env.sh &&
+ mkdir build &&
+ cd build &&
+ cmake -D NO_SHIBBOLETH=1 ../ &&
+ make"
+ when:
+ matrix:
+ TESTS: qt-5.9
matrix:
include:
- TESTS: qt-5.6
- TESTS: qt-5.7
- TESTS: qt-5.8
+ - TESTS: qt-5.9