Travis-CI.org has shut down
Petar
Petar
Mon Jun 14 15:50:40 UTC 2021
On Saturday, 12 June 2021 at 10:16:22 UTC, copacetic wrote:
> On Thursday, 3 June 2021 at 13:56:32 UTC, Steven Schveighoffer
> wrote:
>> I'm not sure exactly how it works now, I've moved to github
>> actions.
>
> Has anybody written a summary somewhere? AppVeyor is also
> acting up today and I have to figure out what I need to change.
>
> My needs are simple: Run "dub test" on as many
> compiler-platform combinations as possible.
TL;DR Use the setup-dlang GH action:
https://github.com/dlang-community/setup-dlang
> Ok, I also like to record the test coverage that seems to be
> unusual compared to other projects.
Checkout vibe.d's GH Actions CI pipeline for a more elaborate
example:
https://github.com/vibe-d/vibe.d/blob/v0.9.4-beta.2/.github/workflows/ci.yml
More information about the Digitalmars-d
mailing list