Skip to content

Setup continuous integration

Enrico Gamberini requested to merge (removed):feat-ci into develop

Configures CI for the following steps:

  • Compilation
  • Testing (any defined CMake tests are run)
  • Formatting

Every step currently runs ansible-playbook ansible/set-up-host.yml because every step is run with a clean Docker container which causes a run to reach ~45min. Ideally we should mount an appropriate environment over cvmfs and run a single source script.

Resolves #6 (closed).

Edited by Enrico Gamberini

Merge request reports