aux-config/.github/workflows/build.yml

31 lines
873 B
YAML
Raw Normal View History

on: [push, pull_request, workflow_dispatch]
jobs:
build-HyperC:
2024-12-04 23:50:12 +01:00
runs-on: nixos
name: "Builds HyperC"
steps:
2024-09-17 20:07:25 +02:00
- name: "Git Clone"
2024-09-17 20:21:37 +02:00
run: git clone https://git.kb-one.de/kb01/aux-config .
2024-09-17 19:44:20 +02:00
- 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 .
2024-09-17 19:44:20 +02:00
- 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 .
2024-09-17 19:44:20 +02:00
- name: "Nix Build"
run: nix build --flake .#kb-games-01 --no-link --no-update-lock-file --verbose