nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri b3be7874a1
Some checks failed
/ test (push) Failing after 13s
Test attic
2024-11-15 12:04:15 +01:00

15 lines
434 B
YAML

on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Attic login
run: attic login sisko ${{secrets.ATTIC_SISKO_TOKEN}}
- name: Start attic watch store
run: attic watch-store sisko
- name: Build with nix
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux" # --attic-cache "sisko"