Skip to content

Set up GitHub actions #11

Set up GitHub actions

Set up GitHub actions #11

Workflow file for this run

on:
push:
branches: [ "main", "github-actions" ]
jobs:
build:
strategy:
matrix:
configuration:
- "nixosConfigurations.volt-nixos.config.system.build.toplevel"
- "nixosConfigurations.zephyr-nixos.config.system.build.toplevel"
- "[email protected]"
- "[email protected]"
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: DeterminateSystems/nix-installer-action@v4
- uses: DeterminateSystems/magic-nix-cache-action@v1
- run: nix build '.#${{ matrix.configuration }}' --dry-run