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

21 lines
408 B
YAML

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