Updated Workflow, Changed to Flake-Check
Some checks failed
/ Check Nix Flake (push) Failing after 1s
Some checks failed
/ Check Nix Flake (push) Failing after 1s
This commit is contained in:
parent
393c6ef966
commit
81350d2079
1 changed files with 4 additions and 22 deletions
26
.github/workflows/build.yml
vendored
26
.github/workflows/build.yml
vendored
|
@ -1,30 +1,12 @@
|
||||||
on: [push, pull_request, workflow_dispatch]
|
on: [push, pull_request, workflow_dispatch]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-HyperC:
|
flake-check:
|
||||||
runs-on: nixos
|
runs-on: nixos
|
||||||
name: "Builds HyperC"
|
name: "Check Nix Flake"
|
||||||
steps:
|
steps:
|
||||||
- name: "Git Clone"
|
- name: "Git Clone"
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
run: git clone https://git.kb-one.de/kb01/aux-config .
|
||||||
|
|
||||||
- name: "Nix Build"
|
- name: "Check Nix Flake"
|
||||||
run: nixos-rebuild build --flake .#HyperC --no-link --no-update-lock-file --verbose
|
run: nix flake check
|
||||||
build-LoyAdjo:
|
|
||||||
runs-on: nixos
|
|
||||||
name: "Builds HyperC"
|
|
||||||
steps:
|
|
||||||
- name: "Git Clone"
|
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
|
||||||
|
|
||||||
- name: "Nix Build"
|
|
||||||
run: nixos-rebuild build --flake .#LoyAdjo --no-link --no-update-lock-file --verbose
|
|
||||||
build-kb-games-01:
|
|
||||||
runs-on: nixos
|
|
||||||
name: "Builds HyperC"
|
|
||||||
steps:
|
|
||||||
- name: "Git Clone"
|
|
||||||
run: git clone https://git.kb-one.de/kb01/aux-config .
|
|
||||||
|
|
||||||
- name: "Nix Build"
|
|
||||||
run: nixos-rebuild build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue