Skip to content

ci: Test *BSD build

ci: Test *BSD build #2

Workflow file for this run

name: "Build on *BSD"
on:
push: {}
pull_request: {}
jobs:
build:
runs-on: ubuntu-latest
strategy:
matrix:
os:
- name: openbsd
architecture: x86-64
version: '7.6'
- name: openbsd
architecture: arm64
version: '7.6'
- name: freebsd
architecture: x86-64
version: '14.1'
- name: freebsd
architecture: arm64
version: '14.1'

Check failure on line 28 in .github/workflows/build_bsd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/build_bsd.yml

Invalid workflow file

You have an error in your yaml syntax on line 28
- name: netbsd
architecture: x86-64
version: '10.0'
- - name: netbsd
architecture: arm64
version: '10.0'
steps:
- uses: actions/checkout@v4
- name: Build on ${{ matrix.os.name }} / ${{ matrix.os.architecture }}
uses: cross-platform-actions/action@v0.25.0
with:
environment_variables: MY_ENV1 MY_ENV2
operating_system: ${{ matrix.os.name }}
architecture: ${{ matrix.os.architecture }}
version: ${{ matrix.os.version }}
shell: bash
memory: 5G
cpu_count: 4
run: |
autoreconf -vfi
./configure
make