Added build file.
All checks were successful
Build and Test / build (push) Successful in 28s

This commit is contained in:
retoor 2025-11-23 15:45:39 +01:00
parent 0ec0590ad0
commit 2dae3f98e9

13
.gitea/workflows/main.yml Normal file
View File

@ -0,0 +1,13 @@
name: Build and Test
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Build
run: make
- name: Test
run: make test