Skip to content

CI: Integrate common FSL CI rules for automatically building conda packages

Paul McCarthy requested to merge ci/fsl-ci-rules into master

Howdy @wclarke and @saad,

I have been working on infrastructure to automatically build conda packages for all FSL projects, as outlined here:

https://git.fmrib.ox.ac.uk/fsl/fsl-ci-rules

I've set up a new conda recipe for fsl_mrs here: https://git.fmrib.ox.ac.uk/fsl/conda/fsl-mrs

In short, whenever you tag a new release on this repository, a conda package will be automatically built from the recipe repository, and deployed to our internal conda channel (the deployment job is to be manually invoked via the gitlab web UI).

This MR adds a few lines to the .gitlab-ci.yml file to integrate the common CI rules into your existing pipeline rules.

Merge request reports