There was an error while loading. Please reload this page.
1 parent 54a0400 commit ce27360Copy full SHA for ce27360
1 file changed
.github/workflows/others.yml
@@ -21,6 +21,23 @@ jobs:
21
cmake --build build/ &&\
22
ctest --test-dir build
23
24
+ freebsd:
25
+ runs-on: ubuntu-latest
26
+ name: FreeBSD
27
+ steps:
28
+ - uses: actions/checkout@v4
29
+ - name: FreeBSD
30
+ uses: vmactions/freebsd-vm@v1
31
+ with:
32
+ copyback: false
33
+ prepare: |
34
+ pkg install -y cmake gcc14 bzip2
35
+
36
+ run: |
37
+ cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON
38
+ cmake --build build/
39
+ ctest --test-dir build
40
41
netbsd:
42
runs-on: ubuntu-latest
43
name: NetBSD
0 commit comments