Skip to content

ga: add a NetBSD build action #1

ga: add a NetBSD build action

ga: add a NetBSD build action #1

Workflow file for this run

name: BSD
on: [push]
jobs:
NetBSD:
runs-on: ubuntu-latest
steps:
- name: checkout
uses: actions/checkout@v4
- name: configure and build
uses: vmactions/netbsd-vm@v1
with:

Check failure on line 11 in .github/workflows/bsd.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/bsd.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
usesh: true
copyback: false
prepare:
/usr/sbin/pkg_add cmake zstd py313-pip
/usr/pkg/bin/pip-3.13 install nihtest
# https://docs.github.com/en/actions/writing-workflows/choosing-what-your-workflow-does/workflow-commands-for-github-actions#adding-a-system-path
echo "/usr/pkg/bin" >> "$GITHUB_PATH"
run: |
cmake -E make_directory ${{runner.workspace}}/build
cmake ${{ matrix.cmake_extra }} ${{github.workspace}}
cmake --build . --config Release
ctest --output-on-failure -V -C Release