feat: add basic files
Some checks failed
Continuous Integration / lint_n_build (push) Failing after 18s
Continuous Delivery / build_n_upload (push) Failing after 18s

This commit is contained in:
2026-04-20 15:36:16 +02:00
parent 5b397a62bf
commit c63737fb0d
5 changed files with 164 additions and 0 deletions

17
.gitea/workflows/ci.yaml Normal file
View File

@@ -0,0 +1,17 @@
name: Continuous Integration
on:
push:
branches:
- main
jobs:
lint_n_build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- run: make tarball
- run: rpmbuild -ba "$(make name).spec"