mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-25 22:46:04 +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:
|
commands:
|
||||||
- cd doc
|
- cd doc
|
||||||
- make html
|
- make html
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
TESTS: documentation
|
||||||
|
|
||||||
matrix:
|
matrix:
|
||||||
include:
|
include:
|
||||||
|
@ -100,5 +103,6 @@ matrix:
|
||||||
- TESTS: qt-5.8
|
- TESTS: qt-5.8
|
||||||
- TESTS: qt-5.9
|
- TESTS: qt-5.9
|
||||||
- BUILD: AppImage
|
- BUILD: AppImage
|
||||||
|
- TESTS: documentation
|
||||||
|
|
||||||
branches: [ master, 2.* ]
|
branches: [ master, 2.* ]
|
||||||
|
|
Loading…
Reference in a new issue