Skip to content
Snippets Groups Projects
Commit eeb47986 authored by Thomas Jahns's avatar Thomas Jahns :cartwheel:
Browse files

gitlab-ci: Use doxygen from levante software tree.

* The version currently available via Alpine Linux are all affected by
  a bug that leads to non-resolved references.
* Doxygen versions 1.9.5 to 1.11.0 exhibit the buggy behaviour.
* Will switch back to doxygen CI-Container once 1.12 or newer is
  installed there.
parent d5b1f26f
No related branches found
No related tags found
No related merge requests found
Pipeline #81857 failed
......@@ -246,14 +246,16 @@ gen_doxy_html:
when: always
- when: never
script:
- make -C doc 2> >(tee doxy.err)
- module load texlive/live2021-gcc-11.2.0
- PATH="$PATH:/sw/spack-levante/mambaforge-4.13.0-1-Linux-x86_64-budobm/pkgs/graphviz-5.0.1-h5abf519_0/bin"
- make -C doc DOXYGEN=/sw/spack-levante/doxygen-1.9.2-upexqu/bin/doxygen 2> >(tee doxy.err)
artifacts:
expire_in: 5min
paths:
- doc/html
- doxy.err
tags:
- doxygen
- levante-fake, hpc, dkrz
gen_cov_rep_html:
stage: 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