Skip to content
Snippets Groups Projects
Verified Commit 96479426 authored by Lars Bilke's avatar Lars Bilke
Browse files

[ci] Added build docs job.

parent c7448f41
No related branches found
No related tags found
No related merge requests found
build docs:
stage: test
image:
name: $CONTAINER_GCC_IMAGE
entrypoint:
- '/usr/bin/env'
- 'PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin'
before_script:
- mkdir -p build
- cd build
script:
- cmake .. -G Ninja -DCMAKE_BUILD_TYPE=Release -DOGS_USE_CONAN=OFF -DOGS_BUILD_PROCESSES=GroundwaterFlow
- cmake --build . --target doc > >(tee make-docs.output)
artifacts:
expose_as: 'Doxygen'
paths: ['build/docs/']
build:
stage: test
variables:
......
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