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:
authorIstván Váradi <ivaradi@varadiistvan.hu>2019-04-27 11:46:58 +0300
committerIstván Váradi <ivaradi@varadiistvan.hu>2019-07-25 17:48:17 +0300
commitec359d0e6b5de4e719f12321830c297d3d68ef5c (patch)
treeb33e8603178062442837a77506e97713b1e1c491 /.drone.yml
parentbe3713a535789f166156d8f20bfce24d64b4af48 (diff)
Reinstate Debian build in the new Drone config
Signed-off-by: István Váradi <ivaradi@varadiistvan.hu>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index d750c5519..9410c1bb5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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