This commit is contained in:
parent
0ec0590ad0
commit
2dae3f98e9
13
.gitea/workflows/main.yml
Normal file
13
.gitea/workflows/main.yml
Normal file
@ -0,0 +1,13 @@
|
||||
name: Build and Test
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: Build
|
||||
run: make
|
||||
- name: Test
|
||||
run: make test
|
||||
Loading…
Reference in New Issue
Block a user