ci: init
All checks were successful
Build abstract machine with nix / build (push) Successful in 18m43s
All checks were successful
Build abstract machine with nix / build (push) Successful in 18m43s
This commit is contained in:
parent
2cc992a181
commit
b7b65a41a5
2 changed files with 21 additions and 2 deletions
19
.gitea/workflows/abstract-machine-build.yml
Normal file
19
.gitea/workflows/abstract-machine-build.yml
Normal file
|
@ -0,0 +1,19 @@
|
|||
name: Build abstract machine with nix
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- uses: https://github.com/cachix/cachix-action@v14
|
||||
with:
|
||||
name: ysyx
|
||||
signingKey: '${{ secrets.CACHIX_SIGNING_KEY }}'
|
||||
- uses: actions/checkout@v4
|
||||
sparse-checkout: |
|
||||
flake.nix
|
||||
abstract-machine
|
||||
- name: Build with nix
|
||||
run: |
|
||||
nix build -L .#abstract-machine
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue