This commit is contained in:
parent
7a72e488b5
commit
12b400c5f7
5 changed files with 56 additions and 8 deletions
11
.forgejo/workflows/build.yaml
Normal file
11
.forgejo/workflows/build.yaml
Normal file
|
@ -0,0 +1,11 @@
|
|||
on:
|
||||
push:
|
||||
branches: ["*"]
|
||||
jobs:
|
||||
test:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout repository
|
||||
- name: Build with nix
|
||||
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"
|
Loading…
Add table
Add a link
Reference in a new issue