Add drone test for Qt-5.6
authorRoeland Jago Douma <roeland@famdouma.nl>
Tue, 18 Jul 2017 12:59:37 +0000 (14:59 +0200)
committerRoeland Jago Douma <roeland@famdouma.nl>
Thu, 3 Aug 2017 20:29:46 +0000 (22:29 +0200)
Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
.drone.yml [new file with mode: 0644]

diff --git a/.drone.yml b/.drone.yml
new file mode 100644 (file)
index 0000000..fb7c6a5
--- /dev/null
@@ -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