dlang / ci

dlang CI testing pipelines
https://buildkite.com/dlang
Boost Software License 1.0
13 stars 29 forks source link

Implement support for Github actions #417

Open Geod24 opened 4 years ago

Geod24 commented 4 years ago

Currently this repository supports Travis-ci scripts out of the box, as it has long been the preferred way to test D projects in the open source community.

Recently(-ish), Github Actions have become more popular, and it would be great to be able to support it to the same level we support Travis. Since the runner is open source, we might be able to get cross-platform support.

Geod24 commented 3 years ago

https://github.com/actions/runner/discussions/1187