Add basic action for building and testing

This commit is contained in:
Kodi Craft 2024-06-21 12:38:05 +02:00
parent c05091c5c2
commit 5d95b3e05c
Signed by: kodi
GPG Key ID: 69D9EED60B242822

15
.gitea/build.yaml Normal file
View File

@ -0,0 +1,15 @@
name: Build library & run tests
on: [push]
jobs:
build:
runs-on: nix
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build & test
run: nix build
- name: Upload result
uses: actions/upload-artifact@v3
with:
name: result