Skip to content

Commit

Permalink
Try enabling CI on NetBSD.
Browse files Browse the repository at this point in the history
  • Loading branch information
yugr committed Dec 27, 2024
1 parent 7009acd commit c891c48
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,15 @@ jobs:
- uses: actions/checkout@v2
- name: Run tests
run: scripts/travis.sh
NetBSD:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Run tests
uses: vmactions/netbsd-vm@v1
with:
usesh: true
run: scripts/travis.sh
CSA:
runs-on: ubuntu-latest
env:
Expand Down

0 comments on commit c891c48

Please sign in to comment.