This commit is contained in:
parent
8f5f8cb691
commit
8d70c1598d
1 changed files with 16 additions and 0 deletions
16
.forgejo/workflows/default.yml
Normal file
16
.forgejo/workflows/default.yml
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
name: default
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
|
||||||
|
env:
|
||||||
|
NIX_CONFIG: "accept-flake-config = true"
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
build:
|
||||||
|
runs-on: native
|
||||||
|
steps:
|
||||||
|
- uses: https://code.forgejo.org/actions/checkout@v4
|
||||||
|
- run: nix flake check
|
||||||
|
continue-on-error: true
|
||||||
|
- run: nix build .#tyr
|
||||||
|
- run: nix build .#heimdall
|
||||||
Loading…
Add table
Add a link
Reference in a new issue