Skip to content

fix stdfile on solaris #50

fix stdfile on solaris

fix stdfile on solaris #50

Workflow file for this run

name: NetBSD
on:
pull_request:
push:
release:
types: [published]
jobs:
build:
runs-on: ubuntu-latest
concurrency:
group: ${{ github.ref }}-${{ github.base_ref }}-${{ github.head_ref }}-NetBSD
cancel-in-progress: true
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Tests
id: test
uses: vmactions/netbsd-vm@v1
with:
usesh: true
prepare: |
/usr/sbin/pkg_add curl bash git gmake
run: |
cd $GITHUB_WORKSPACE
./configure
gmake -j4
gmake run