Files
jungle/.gitea/workflows/ci.yaml
Rodrigo Arias Mallo 59e224a8cf
Some checks failed
CI / build:cross (pull_request) Failing after 43s
CI / build:all (pull_request) Successful in 45s
Add RISC-V cross-compilation target for CI
2025-10-09 14:33:04 +02:00

21 lines
432 B
YAML

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