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-07-18 15:59:37 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-08-03 23:29:46 +0300
commit53087ac80317b778b9660bd55d83a8de7be83e36 (patch)
tree5854e34568dd21d1322e6fc0e411e1efba2b2bcd /.drone.yml
parentd810c1330489e13f45f88c908e3e0d7aedbea3db (diff)
Add drone test for Qt-5.6
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml31
1 files changed, 31 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 000000000..fb7c6a587
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,31 @@
+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"
+
+# Qt-5.6.2:
+# image: nextcloudci/client-5.6:client-5.6-1
+# commands:
+# - ls -l