Adding initial test workflow for building the project.
This commit is contained in:
parent
e6d424104f
commit
efb1efeb71
15
.gitea/workflows/build.yaml
Normal file
15
.gitea/workflows/build.yaml
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
name: build
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: [ "main" ]
|
||||
pull_request:
|
||||
branches: [ "main" ]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Run make
|
||||
run: make
|
||||
Loading…
Reference in New Issue
Block a user