Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • dumux dumux
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 106
    • Issues 106
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 103
    • Merge requests 103
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • dumux-repositoriesdumux-repositories
  • dumuxdumux
  • Issues
  • #1187

[CI] add doxygen build job

It would be nice if the doxygen documentation was built in the CI and made available via artifacts. Then, one can look at the docu of newly added classes/functions to check if they look good.

Since we don't have to do this in each test pipeline, it should be a separate job. The same could be done with codespell/linting. We could collect everything in one stage with all jobs executed in parallel:

  • linting
  • codespell
  • docu
  • test pipeline triggers

EDIT: flake8 seems to require an installation of the python bindings and must therefore be after configuration, thus, within the test pipeline(s)

Edited Sep 13, 2022 by Dennis Gläser
Assignee
Assign to
Time tracking