mirror of
https://github.com/prirun/p50em.git
synced 2026-04-13 15:13:55 +00:00
MacOS builder.
This commit is contained in:
25
.github/workflows/macbuild.yml
vendored
Normal file
25
.github/workflows/macbuild.yml
vendored
Normal file
@@ -0,0 +1,25 @@
|
||||
name: macbuild
|
||||
|
||||
on:
|
||||
release:
|
||||
types:
|
||||
- created
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: "actions/checkout@v2"
|
||||
- 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 - MacOS"
|
||||
files: |
|
||||
LICENSE
|
||||
README.md
|
||||
em.1
|
||||
em
|
||||
Reference in New Issue
Block a user