Skip to content

Add basic continuous integration pipeline

Duncan Macleod requested to merge duncanmmacleod/Fr:ci into master

This MR adds a basic continuous integration pipeline for this project. The pipeline runs two jobs

  1. make a tarball
  2. use the tarball to build and install the project

It's kept deliberately simple, mainly to act as an example of how this might be done for similar virgo/virgoapp projects.

/cc @franco.carbognani

Merge request reports