Files
sqlite3/.github/workflows/bsd.yml
Nuno Cruces e02c5b5db0 BSD.
2024-02-19 00:19:36 +00:00

30 lines
500 B
YAML

name: BSD
on:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
with:
lfs: 'true'
- uses: actions/setup-go@v5
with:
go-version: stable
- name: Build
run: .github/workflows/bsd.sh
- name: Test
uses: cross-platform-actions/action@v0.23.0
with:
operating_system: freebsd
version: '14.0'
shell: bash
sync_files: runner-to-vm
run: source test.sh