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:
14
.github/workflows/linuxbuild.yml
vendored
Normal file
14
.github/workflows/linuxbuild.yml
vendored
Normal 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
|
||||
Reference in New Issue
Block a user