Add CI/CD for gitea

This commit is contained in:
2026-02-17 15:58:37 +01:00
parent 9512dcd28e
commit a23fd81d6b
3 changed files with 42 additions and 84 deletions

View 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