1
0
mirror of https://github.com/prirun/p50em.git synced 2026-04-10 22:31:09 +00:00

Create linuxbuild.yml

See if we can build release binaries.
This commit is contained in:
Dennis Boone
2021-03-18 11:45:44 -04:00
committed by GitHub
parent 244f2f49a2
commit 2d8397d1a4

14
.github/workflows/linuxbuild.yml vendored Normal file
View File

@@ -0,0 +1,14 @@
name: linuxbuild
on:
release:
types:
- created
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: make
run: make