Reinstate Debian build in the new Drone config
authorIstván Váradi <ivaradi@varadiistvan.hu>
Sat, 27 Apr 2019 08:46:58 +0000 (10:46 +0200)
committerIstván Váradi <ivaradi@varadiistvan.hu>
Thu, 25 Jul 2019 14:48:17 +0000 (16:48 +0200)
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
.drone.yml

index d750c5519af47b1a48df3e8d9fb5db9b7087cba1..9410c1bb50f801d2e6b0b35610d7b03e5024892b 100644 (file)
@@ -328,7 +328,26 @@ trigger:
   event:
     - pull_request
     - push
+---
+kind: pipeline
+name: Debian
 
+steps:
+- name: build
+  image: nextcloudci/client-debian-ci:client-debian-ci-2
+  commands:
+    - /bin/bash -c "./admin/linux/debian/drone-build.sh"
+  environment:
+    DEBIAN_SECRET_KEY:
+      from_secret: DEBIAN_SECRET_KEY
+    DEBIAN_SECRET_IV:
+      from_secret: DEBIAN_SECRET_IV
+trigger:
+  branch:
+    - master
+  event:
+    - pull_request
+    - push
 ---
 kind: pipeline
 name: Documentation