emulate
GitHub Actions for BSD.
runs-on: macos-10.15
steps:
- name: Bootstrap OpenBSD 7.0
uses: mario-campos/emulate@v1
with:
operating-system: openbsd-7.0
- name: Build
run: |
git clone https://github.com/foo/bar.git
cd bar && makeSupported operating systems
| Supported OS | Input |
|---|---|
| OpenBSD 7.0 | openbsd-7.0, openbsd-latest |
| FreeBSD 13.0 | freebsd-13.0, freebsd-latest |
Limitations
❗ This Action is still very experimental❗ - Only
run.shell=bashsteps are propogated to the guest at the moment.run.shell=pythonwill run in the host. - No support for Actions; just
runsteps.