Alternatives to travis-ci

Guillaume Piolat first.name at guess.com
Thu Dec 10 17:36:16 UTC 2020


On Thursday, 10 December 2020 at 11:42:41 UTC, Mathias LANG wrote:
>
> If you're thinking about using Github Actions, it's as simple 
> as using `- uses: dlang-community/setup-dlang at v1`. That will 
> gives you `dmd-latest` to get started. If you want a more 
> advanced usage, DMD's workflow file contains a lot of comment 
> which might help you with some patterns, for example how to add 
> an extra row to a matrix (spoiler: you can't, you can only 
> remove rows): 
> https://github.com/dlang/dmd/blob/master/.github/workflows/runnable_cxx.yml
>
>

Hello,

Thanks for doing this.
If anything I can recommend against Azure CI, which is much 
harder to setup than Travis CI for D, the UI of Azure is 
confusing, also there is also a token limit which is easy.

Goong to switch to Github Actions whenever possible.



More information about the Digitalmars-d mailing list