Run documentation tests in seperate job

Signed-off-by: Morris Jobke <hey@morrisjobke.de>
This commit is contained in:
Morris Jobke 2018-02-01 15:58:51 +01:00
parent 545a406997
commit 9c43edcad6
No known key found for this signature in database
GPG key ID: FE03C3A163FEDE68

View file

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