liminalOS/.github/workflows/main.yml

19 lines
521 B
YAML
Raw Normal View History

2024-08-16 16:08:11 -07:00
name: "Build and test"
on:
pull_request:
push:
jobs:
tests:
runs-on: ubuntu-latest
steps:
2024-08-16 16:13:47 -07:00
- uses: actions/checkout@v4
- uses: cachix/install-nix-action@v25
with:
nix_path: nixpkgs=channel:nixos-unstable
- uses: cachix/cachix-action@v14
with:
name: liminalos
# If you chose API tokens for write access OR if you have a private cache
authToken: "${{ secrets.CACHIX_AUTH_TOKEN }}"
- run: nix build .#demeter --accept-flake-config