aux-config/.github/workflows/build.yml
kB01 c536168125
Some checks failed
/ Builds HyperC (push) Failing after 1s
Updated Workflow, Build Hosts instead Evaluation Configuration
2024-12-04 23:57:29 +01:00

30 lines
873 B
YAML

on: [push, pull_request, workflow_dispatch]
jobs:
build-HyperC:
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: nix build --flake .#HyperC --no-link --no-update-lock-file --verbose
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: nix 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: nix build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose