I’m trying to emulate the Travis CI build matrix using Anchors and the techniques suggested in various blog posts such as
- https://blog.bitexpert.de/blog/running-matrix-builds-with-gitlab-ci/
- http://leebriggs.co.uk/blog/2016/08/22/gitlab-ci-yaml-magic.html
However, in my non-matrix, a build doesn’t happen in a single step–it is multiple jobs with dependencies between them and artifacts transiently preserved across. How do I manage dependencies and artifacts across anchor jobs?