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-02-01 20:44:55 +0300
committerIstván Váradi <ivaradi@varadiistvan.hu>2018-02-01 20:44:55 +0300
commited9509f31ff8381bf0b01ced4047ad328b10cec7 (patch)
tree1ebb7512bc3c9cb9aad67518b81f36532dfe99e8 /.drone.yml
parentd0896f0c82a5aadbfdd963cdc5a2c0ee977d171f (diff)
parentb9a7e5622d97a8f837135bc6002f4eee468ec819 (diff)
Merge branch 'master' into debian-build
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml12
1 files changed, 11 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index f338b42b8..6dba0f43a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -81,7 +81,7 @@ pipeline:
TESTS: qt-5.9
AppImage-5.9:
- image: nextcloudci/client-appimage-ci:client-appimage-ci-6
+ image: nextcloudci/client-appimage-ci:client-appimage-ci-8
commands:
- /bin/bash -c "./admin/linux/build-appimage.sh"
when:
@@ -97,6 +97,15 @@ pipeline:
matrix:
BUILD: Debian
+ documentation:
+ image: nextcloudci/documentation:documentation-5
+ commands:
+ - cd doc
+ - make html
+ when:
+ matrix:
+ TESTS: documentation
+
matrix:
include:
- TESTS: qt-5.7
@@ -104,5 +113,6 @@ matrix:
- TESTS: qt-5.9
- BUILD: AppImage
- BUILD: Debian
+ - TESTS: documentation
branches: [ master, 2.* ]