nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri 57f53d0243
All checks were successful
EVAL x86_64-linux.kirk
BUILD x86_64-linux.kirk
UPLOAD x86_64-linux.kirk
DOWNLOAD x86_64-linux.kirk
CACHIX x86_64-linux.kirk
ATTIC x86_64-linux.kirk
/ test (push) Successful in 13s
CI test
2025-05-19 10:57:08 +02:00

21 lines
753 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://sisko.wg.aciceri.dev:8081 ${{secrets.ATTIC_NIXFLEET_TOKEN}}
# - name: Setup SSH
# run: |
# mkdir -p ~/.ssh
# echo "${{secrets.FORGEJO_SSH_KEY}}" > ~/.ssh/id_ed25519
# chmod 600 ~/.ssh/id_ed25519
# ssh-keyscan github.com >> ~/.ssh/known_hosts
- name: Build with nix (x86_64-linux)
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