ci: init
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 7m49s
Some checks failed
Build abstract machine with nix / build-abstract-machine (push) Failing after 7m49s
This commit is contained in:
parent
2cc992a181
commit
d5521806d9
2 changed files with 24 additions and 2 deletions
22
.gitea/workflows/abstract-machine-build.yml
Normal file
22
.gitea/workflows/abstract-machine-build.yml
Normal file
|
@ -0,0 +1,22 @@
|
|||
name: Build abstract machine with nix
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-abstract-machine:
|
||||
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 abstract-machine
|
||||
run: |
|
||||
nix build .#abstract-machine
|
||||
- name: Build nemu
|
||||
run: |
|
||||
nix build .#nemu
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue