On 6/8/21 3:10 PM, Jacob Carlborg wrote:
# Cross-Platform GitHub Action
I would like to announce the first version of a project I've been
working on for a while. It's not anything D specific or implemented in
D, but it can be used with D projects. This project provides a GitHub
action for running GitHub Action workflows on multiple platforms. This
includes platforms that GitHub Actions don't natively support. It
currently supports FreeBSD and OpenBSD.
https://github.com/cross-platform-actions/action
Very cool!
I might have a need for it. When I moved mysql-native to github actions,
I could no longer run mysql integration tests on MacOS or Windows, since
there is no docker support for a mysql instance on those platforms. I
can probably install mysql manually at some point, but I haven't looked
into it.
At least for MacOS, this sounds like a way I can run a mysql instance
that the MacOS host can talk to.
At some point, I will give it a try!
-Steve