Compare commits
1 Commits
main
...
ddbfca6f30
| Author | SHA1 | Date | |
|---|---|---|---|
| ddbfca6f30 |
29
.gitea/workflows/build.yaml
Normal file
29
.gitea/workflows/build.yaml
Normal file
@@ -0,0 +1,29 @@
|
|||||||
|
name: build
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
|
||||||
|
build-sydpc:
|
||||||
|
runs-on: nixos
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: build sydpc
|
||||||
|
run: nix build -L .#nixosConfigurations.sydpc
|
||||||
|
|
||||||
|
build-fruitbook:
|
||||||
|
runs-on: nixos
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: build fruitbook
|
||||||
|
run: nix build -L .#nixosConfigurations.fruitbook
|
||||||
|
|
||||||
|
build-deertopia:
|
||||||
|
runs-on: nixos
|
||||||
|
steps:
|
||||||
|
- name: Check out repository code
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
- name: build deertopia
|
||||||
|
run: nix build -L .#nixosConfigurations.deertopia
|
||||||
Reference in New Issue
Block a user