Skip to content

Project pipeline

Jindřich Burget requested to merge ci-cd into master

Key points about pipeline:

  • Tests run when MR is created via GitLab and before every release
  • Release is triggered when tag like v1.0 is created
  • Binaries for the release are stored as artifacts of build-release-job
  • Links in release are download links pointing to these artifacts

Merge request reports