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-10-18 22:14:19 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-10-18 22:14:19 +0300
commit4946848d08b6ae0af00e902f52c143b7b55241c4 (patch)
tree0c71539c303cc7c03255d176eb5a5e0fbb1304a9 /.drone.yml
parentf56e1d167dd8166570e06f3f0c25d2b938a81564 (diff)
Out 5.6 container is to old. Lets focus on the others for now
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml26
1 files changed, 0 insertions, 26 deletions
diff --git a/.drone.yml b/.drone.yml
index c9b13d381..5f291e399 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -2,31 +2,6 @@ pipeline:
clone:
image: plugins/git
depth: 1
- qt-5.6:
- image: nextcloudci/client-5.6:latest
- commands:
- # Install QtKeyChain
- - /bin/bash -c "
- source /opt/qt56/bin/qt56-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/qt56/bin/qt56-env.sh &&
- mkdir build &&
- cd build &&
- cmake -D NO_SHIBBOLETH=1 ../ &&
- make"
- when:
- matrix:
- TESTS: qt-5.6
qt-5.7:
image: nextcloudci/client-5.7:latest
commands:
@@ -105,7 +80,6 @@ pipeline:
matrix:
include:
- - TESTS: qt-5.6
- TESTS: qt-5.7
- TESTS: qt-5.8
- TESTS: qt-5.9