chore: CI workflow
All checks were successful
CI / build (push) Successful in 4s

This commit is contained in:
2026-04-11 17:17:48 +02:00
parent 930dafd314
commit 5c1f8d3b28

16
.gitea/workflows/ci.yml Normal file
View File

@@ -0,0 +1,16 @@
name: CI
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Install dependencies
run: sudo apt-get install -y gcc libgomp1
- name: Build
run: make