1
0
mirror of https://github.com/prirun/p50em.git synced 2026-01-27 12:12:09 +00:00

FreeBSD build, attempt 1.

This commit is contained in:
Dennis Boone
2021-03-19 01:27:25 -04:00
parent df6529c505
commit f72b67b876

27
.github/workflows/freebsdbuild.yml vendored Normal file
View File

@@ -0,0 +1,27 @@
name: freebsdbuild
on: workflow_dispatch
jobs:
build:
runs-on: macos-latest
steps:
- uses: "actions/checkout@v2"
- uses: "vmactions/freebsd-vm@latest"
with:
usesh: true
prepare: pkg install -y curl
run:
- name: make
run: make
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: false
title: "Bleeding Edge Binary - FreeBSD"
files: |
LICENSE
README.md
em.1
em