File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 uses : vmactions/omnios-vm@v1
1313 with :
1414 prepare : |
15- pkg install cmake gcc14 make bzip2
15+ pkg install cmake gcc14 make bzip2
1616
1717 run : |
1818 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
2828 uses : vmactions/openindiana-vm@v0
2929 with :
3030 prepare : |
31- pkg install cmake gcc-14 make bzip2
31+ pkg install cmake gcc-14 make bzip2
32+
33+ run : |
34+ cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
35+ cmake --build build/ &&\
36+ ctest --test-dir build
37+
38+ netbsd :
39+ runs-on : ubuntu-latest
40+ name : NetBSD
41+ steps :
42+ - uses : actions/checkout@v4
43+ - name : OpenIndiana
44+ uses : vmactions/netbsd-vm@v1
45+ with :
46+ prepare : |
47+ pkg install cmake gcc15 make bzip2
3248
3349 run : |
3450 cmake . -B build -DZLIB_BUILD_MINIZIP=ON -DMINIZIP_ENABLE_BZIP2=ON &&\
You can’t perform that action at this time.
0 commit comments