summaryrefslogtreecommitdiff
path: root/.github/workflows/build.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/build.yml')
-rw-r--r--.github/workflows/build.yml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index ba8408f..cc243cd 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -86,6 +86,22 @@ jobs:
pwd
sh ./test/run-makeself.sh
+ test-netbsd:
+ needs: test
+ runs-on: macos-12
+ name: Test Makeself on NetBSD
+ steps:
+ - uses: actions/checkout@v3
+ - uses: actions/download-artifact@v3
+ - name: Test on NetBSD
+ uses: vmactions/netbsd-vm@v0
+ with:
+ usesh: true
+ prepare: pkg_add pbzip2
+ run: |
+ pwd
+ sh ./test/run-makeself.sh
+
test-solaris:
needs: test
runs-on: macos-12
@@ -143,7 +159,7 @@ jobs:
steps:
- name: Checkout Makeself
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
- name: Run ShellCheck
uses: megastep/shell-linter@develop
with: