Skip to content

Resolve "Fix doxygen deployment"

Julien WAECHTER requested to merge 218-fix-doxygen-deployment into dev

What does this MR do?

  • Doxygen can no longer be deployed on the CI due to an error on the gitlab-ci script.
  • There is an error because the git configuration has been defined globally for all jobs, and the deployment jobs use a docker image that does not contain git.
  • To fix this we will try to use the same docker image for all linux jobs (DOCKER_ENVDEV_MINT19)

How to test it?

Run a sight CI pipeline

Some results

Doxygen is deployed on the sight gitlab page

Associated Issues

Closes #218 (closed)

Edited by Julien WAECHTER

Merge request reports