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:
authorMorris Jobke <hey@morrisjobke.de>2018-02-01 17:58:51 +0300
committerMorris Jobke <hey@morrisjobke.de>2018-02-01 17:58:51 +0300
commit9c43edcad6f0a56b7ba48134541267f5e0104441 (patch)
tree186eb0531112d074699ebcad0c4d4490448bc553 /.drone.yml
parent545a40699738ddf4c64257ffb398c6d5e1d807e9 (diff)
Run documentation tests in seperate job
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 4 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index 256600e5c..aca31bc44 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -93,6 +93,9 @@ pipeline:
commands:
- cd doc
- make html
+ when:
+ matrix:
+ TESTS: documentation
matrix:
include:
@@ -100,5 +103,6 @@ matrix:
- TESTS: qt-5.8
- TESTS: qt-5.9
- BUILD: AppImage
+ - TESTS: documentation
branches: [ master, 2.* ]