Add CI/CD for gitea
Some checks failed
Test Commit / test (push) Failing after 6s

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

View File

@@ -0,0 +1,13 @@
name: Test Commit
on:
push:
branches:
- '*'
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: checkout repository
uses: actions/checkout@v3
- name: build release archives
run: make