Files
netoik-git/.gitea/workflows/ci.yaml
samuel 1b3b29f556
Some checks failed
Continuous Integration / lint_n_build (push) Has been cancelled
feat: go back to gitea
2026-03-15 19:08:39 +01:00

21 lines
378 B
YAML

name: Continuous Integration
on:
push:
branches:
- main
jobs:
lint_n_build:
runs-on: linux
steps:
- name: Git checkout
uses: actions/checkout@v6
with:
fetch-depth: 0
fetch-tags: true
- name: Build tarball
run: make tarball
- name: Build rpm file
run: rpmbuild -ba "$(make name).spec"