21 lines
445 B
YAML
21 lines
445 B
YAML
name: Check NetBSD package
|
|
|
|
concurrency:
|
|
group: "check-netbsd-${{ github.ref }}"
|
|
cancel-in-progress: true
|
|
|
|
on:
|
|
pull_request:
|
|
paths:
|
|
- '.forgejo/workflows/build-netbsd-core.yml'
|
|
- '.forgejo/workflows/check-netbsd.yml'
|
|
- 'netbsd/**/*'
|
|
workflow_dispatch:
|
|
|
|
jobs:
|
|
build-netbsd:
|
|
name: NetBSD ${{ matrix.cpu }}
|
|
uses: "./.forgejo/workflows/build-netbsd-core.yml"
|
|
with:
|
|
cpu: generic
|
|
secrets: inherit
|