Skip to content

Commit 401151d

Browse files
pks-tgitster
authored andcommitted
gitlab-ci: add job to run make check-docs
Add another job to execute `make check-docs`, which lints our documentation and makes sure that expected manpages exist. This job mirrors the same job that we already have for GitHub Actions. Signed-off-by: Patrick Steinhardt <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 6423920 commit 401151d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.gitlab-ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,3 +122,12 @@ check-whitespace:
122122
- ./ci/check-whitespace.sh "$CI_MERGE_REQUEST_TARGET_BRANCH_SHA"
123123
rules:
124124
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
125+
126+
documentation:
127+
image: ubuntu:latest
128+
variables:
129+
jobname: Documentation
130+
before_script:
131+
- ./ci/install-dependencies.sh
132+
script:
133+
- ./ci/test-documentation.sh

0 commit comments

Comments
 (0)