Skip to content

Commit c891c48

Browse files
committed
Try enabling CI on NetBSD.
1 parent 7009acd commit c891c48

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,15 @@ jobs:
2424
- uses: actions/checkout@v2
2525
- name: Run tests
2626
run: scripts/travis.sh
27+
NetBSD:
28+
runs-on: ubuntu-latest
29+
steps:
30+
- uses: actions/checkout@v2
31+
- name: Run tests
32+
uses: vmactions/netbsd-vm@v1
33+
with:
34+
usesh: true
35+
run: scripts/travis.sh
2736
CSA:
2837
runs-on: ubuntu-latest
2938
env:

0 commit comments

Comments
 (0)