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:
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