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.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 1da24e760..b458d7669 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -88,11 +88,20 @@ pipeline:
matrix:
BUILD: AppImage
+ Debian:
+ image: nextcloud-drone-debian:latest
+ commands:
+ - /bin/bash -c "./admin/linux/debian/drone-build.sh"
+ when:
+ matrix:
+ BUILD: Debian
+
matrix:
include:
- TESTS: qt-5.7
- TESTS: qt-5.8
- TESTS: qt-5.9
- BUILD: AppImage
+ - BUILD: Debian
branches: [ master, 2.* ]