nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri 33d9ea4dfd
Some checks failed
/ test (push) Failing after 10s
CI test
2024-12-17 11:32:16 +01:00

21 lines
561 B
YAML

on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Attic login
run: attic login nixfleet http://10.100.0.1:8081 ${{secrets.ATTIC_NIXFLEET_TOKEN}}
- name: Build with nix
run: nix-fast-build \
--no-nom \
--systems "x86_64-linux aarch64-linux" \
--attic-cache "nixfleet" \
--skip-cached \
--result-file result.json || true
- name: Report checks
run: report-checks