Add CI/CD for gitea
This commit is contained in:
15
.gitea/workflows/test-commits.yml
Normal file
15
.gitea/workflows/test-commits.yml
Normal file
@@ -0,0 +1,15 @@
|
||||
name: Test Commit
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- '*'
|
||||
jobs:
|
||||
test:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: checkout repository
|
||||
uses: actions/checkout@v3
|
||||
- name: install dependencies
|
||||
run: apt-get update && apt-get install -y p7zip-full
|
||||
- name: build release archives
|
||||
run: make
|
||||
Reference in New Issue
Block a user