Add basic action for building and testing
This commit is contained in:
parent
c05091c5c2
commit
5d95b3e05c
15
.gitea/build.yaml
Normal file
15
.gitea/build.yaml
Normal 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
|
Loading…
Reference in New Issue
Block a user