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:
authorRoeland Jago Douma <roeland@famdouma.nl>2017-11-21 12:40:10 +0300
committerRoeland Jago Douma <roeland@famdouma.nl>2017-11-21 16:20:09 +0300
commitbe8b99bf3ad5c31d96c9fbc861c18492afa02615 (patch)
tree4fdc984fe937c53b8240dc6a1e00dbd8935f0947 /.drone.yml
parente7b7b8923f8e2c2584873ea84b951f2b6ef588b4 (diff)
Build AppImage on all pushes
This allows quickly testing of the appimages for feedback Signed-off-by: Roeland Jago Douma <roeland@famdouma.nl>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml17
1 files changed, 14 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index 44262807a..3b75bb417 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -1,7 +1,9 @@
+clone:
+ git:
+ image: plugins/git
+ depth: 1
+
pipeline:
- clone:
- image: plugins/git
- depth: 1
qt-5.7:
image: nextcloudci/client-5.7:latest
commands:
@@ -78,10 +80,19 @@ pipeline:
matrix:
TESTS: qt-5.9
+ AppImage-5.9:
+ image: nextcloudci/client-appimage-ci:client-appimage-ci-4
+ commands:
+ - /bin/bash -c "./admin/linux/build-appimage.sh"
+ when:
+ matrix:
+ BUILD: AppImage
+
matrix:
include:
- TESTS: qt-5.7
- TESTS: qt-5.8
- TESTS: qt-5.9
+ - BUILD: AppImage
branches: [ master, 2.* ]