Alternatives to travis-ci

Jacob Carlborg doob at me.com
Fri Dec 11 19:43:43 UTC 2020


On 2020-12-11 14:48, Petar Kirov [ZombineDev] wrote:

> Wow, apparently I haven't used Azure Pipelines / GitHub Actions in 
> sufficient depth, as we use YAML anchors in almost every GitLab CI 
> pipeline at work :D

Really? `extends` [1] is the preferred way reuse "code" in GitLab CI ;)

> I guess this big disadvantage is offset GitHub Actions Marketplace, 
> which makes reusable CI components much more scalable to use. Though 
> it's still annoying as I wouldn't bother creating a separate repo for 
> something that would otherwise be a YAML anchor, unless we use it more 
> than a few projects.


[1] https://docs.gitlab.com/ee/ci/yaml/#extends

-- 
/Jacob Carlborg


More information about the Digitalmars-d mailing list