Implement workflow for building and testing library
All checks were successful
Build library & run tests / build (push) Successful in 18s
All checks were successful
Build library & run tests / build (push) Successful in 18s
This commit is contained in:
parent
c05091c5c2
commit
7c2c03aa40
11
.gitea/workflows/build.yaml
Normal file
11
.gitea/workflows/build.yaml
Normal file
@ -0,0 +1,11 @@
|
||||
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
|
Loading…
Reference in New Issue
Block a user