Skip to content

Organize GitLab CI files

Jochen Klar requested to merge doxygen_ci into master

In order to keep the .gitlab-ci.yml from growing indefinetely and to automatically build doxygen, I implemented some changes:

  • Restructure .gitlab-ci.yml using includes
  • Add .gitlab/ci/ directory
  • Add build-doxygen-docs job to build and deploy the doxygen docs

Adding: @axel.loewe

Edited by Jochen Klar

Merge request reports