Skip to content
Snippets Groups Projects
Commit e39a7400 authored by webmanue's avatar webmanue
Browse files

build documentation in CI

parent ca111839
No related branches found
No related tags found
No related merge requests found
Pipeline #77668 passed
......@@ -93,3 +93,14 @@ build-library:
cobertura: build/coverage.xml
junit: build/*/test/gtest-results.xml
when: always
build-documentation:
stage: build
image: $CI_REGISTRY_IMAGE/docu:$CI_COMMIT_REF_SLUG
script:
- mkdir build
- >
bash -c '
cd build &&
../docs/build_documentation
'
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment