ci: init
This commit is contained in:
parent
2cc992a181
commit
8e309c2573
2 changed files with 17 additions and 2 deletions
15
.gitea/workflows/abstract-machine-build.yml
Normal file
15
.gitea/workflows/abstract-machine-build.yml
Normal file
|
@ -0,0 +1,15 @@
|
|||
name: Build abstract machine with nix
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: nix
|
||||
steps:
|
||||
- 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