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>2018-01-06 19:03:10 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2018-01-11 13:34:41 +0300
commit66c745e1336f793f0f81b46f32923bb072a4de7a (patch)
tree40eb320d18e52c671d7d613adb857cbec237480e /.drone.yml
parent8c178bd0354e9d5c85b6e089ceebe6434a000f37 (diff)
Moved Debian build to Drone
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.* ]