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:
-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.* ]