github-actionsbsd

How to test for BSD on GitHub actions?


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?


Solution

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