Files
jungle/.gitea/workflows/ci.yaml
Aleix Boné 100d3d5759
Some checks failed
CI / build:all (push) Failing after 0s
CI / build:cross (push) Failing after 0s
wip: change workflows checkout action to self hosted version
2026-03-17 15:02:07 +01:00

21 lines
462 B
YAML

name: CI
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:all:
runs-on: native
steps:
- uses: https://jungle.bsc.es/git/abonerib/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.all
build:cross:
runs-on: native
steps:
- uses: https://jungle.bsc.es/git/abonerib/checkout@v6-gitea
- run: nix build -L --no-link --print-out-paths .#bsc.ci.cross