Skip to content
Snippets Groups Projects
Commit 0b00c021 authored by Dennis Gläser's avatar Dennis Gläser Committed by Timo Koch
Browse files

[ci] add job for doxygen docu build

parent 8affa5aa
No related branches found
No related tags found
1 merge request!3367[ci] add job for doxygen docu build
......@@ -113,6 +113,7 @@ full-dune-master-gcc-cpp-20:
IMAGE: $IMAGE_REGISTRY_URL/full:dune-master-gcc-ubuntu-22.04
CXX_MAX_STANDARD: "20"
DUMUX_ENABLE_CPPCHECK: "true"
DUMUX_ENABLE_DOXYGEN_BUILD: "true"
##################################
# additional scheduled pipelines #
......
......@@ -23,6 +23,7 @@ variables:
REFERENCE_SHA: ""
CXX_MAX_STANDARD: "17"
DUMUX_ENABLE_CPPCHECK: ""
DUMUX_ENABLE_DOXYGEN_BUILD: ""
configure:
......@@ -142,6 +143,22 @@ select tests:
artifacts: true
doxygen:
stage: build
rules:
- if: $DUMUX_ENABLE_DOXYGEN_BUILD == "true"
when: always
script:
- cd build-cmake
- make doxygen_dumux
needs:
- job: configure
artifacts: true
artifacts:
paths:
- build-cmake/doc/doxygen
compile cpp:
stage: build
script:
......
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