Skip to content
main
Switch branches/tags
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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 && make

Supported 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=bash steps are propogated to the guest at the moment. run.shell=python will run in the host.
  • No support for Actions; just run steps.

About

GitHub Actions for BSD.

Topics

Resources

License

Stars

Watchers

Forks

Languages