add ci
This commit is contained in:
parent
5a0c6f02dd
commit
6092d7e467
1 changed files with 11 additions and 0 deletions
11
.forgejo/workflows/demo.yaml
Normal file
11
.forgejo/workflows/demo.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
on: [push]
|
||||
jobs:
|
||||
"build OS basado":
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: nix build git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#nixosConfigurations.basado.config.system.build.toplevel
|
||||
|
||||
"build OS hs":
|
||||
runs-on: native
|
||||
steps:
|
||||
- run: nix build git+$GITHUB_SERVER_URL/$GITHUB_REPOSITORY?ref=$GITHUB_REF#nixosConfigurations.hs.config.system.build.toplevel
|
||||
Loading…
Add table
Add a link
Reference in a new issue