mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-22 04:55:48 +03:00
Run documentation tests in seperate job
Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
parent
545a406997
commit
9c43edcad6
1 changed files with 4 additions and 0 deletions
|
@ -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.* ]
|
||||
|
|
Loading…
Reference in a new issue