On Tuesday, 8 September 2020 at 20:03:03 UTC, Iain Buclaw wrote:
On Tuesday, 8 September 2020 at 16:44:39 UTC, wjoe wrote:
[...]
Well the ci script in the repo [1] should be used as a
baseline, if not in its entirety as it's been used on enough to
work in many environments, whether building a native or cross
compiler.
At the very least, you just need to set-up the environment()
using whatever variables Cirrus provides and it'll just go and
run.
I think I do have a copy somewhere that adds support for
running it locally without any dependencies on a specific CI.
[1]
https://github.com/D-Programming-GDC/gcc/blob/master-ci/buildci.sh
Yes, that's the one I was talking about. I'll use that. Thanks.