Open
Description
I'd like to have a (perpetual) branch that modifies .cirrus.yml to use a specific branch of meson for all tasks. Then I'd like to create a cirrus cron "job" that tests at least meson's master branch and the newest "minor release" branch on a regular basis.
A good starting point would be to add something like 5bac378 to a central place and use it in all tasks. It should use a variable to describe the specific repo + version to install though.
A second step will be to allow that variable to be set from a the cron job's definition. I don't know the precedence of cirrus variables between cron job and job definition, that might make it easier or harder.