nixfleet/.forgejo/workflows/build.yaml
Andrea Ciceri 12b400c5f7
All checks were successful
/ test (push) Successful in 32s
[CI] Forgejo actions
2024-03-14 21:56:52 +01:00

11 lines
247 B
YAML

on:
push:
branches: ["*"]
jobs:
test:
runs-on: nix
steps:
- uses: actions/checkout@v4
name: Checkout repository
- name: Build with nix
run: nix-fast-build --no-nom --systems "x86_64-linux aarch64-linux"