How to test for BSD on GitHub actions?

89 Views Asked by At

I'm working on a project that needs to work on both Linux/BSD and every once in a while a change is made that causes a regression for BSD.

How can I test BSD on GitHub actions?

1

There are 1 best solutions below

0
lcheylus On BEST ANSWER

You can use VM actions for GitHub actions with BSD: Virtual machines based on MacOS. Supports FreeBSD, OpenBSD, NetBSD, Solaris and DragonFlyBSD.