File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 3636 installer : bsd
3737 - remote_host : freebsd-14
3838 installer : bsd
39+ - remote_host : openbsd-7-5
40+ installer : openbsd
3941
4042 steps :
4143 - name : Run remote build
6365 cmake -S . -B out/arm64 -DCMAKE_TOOLCHAIN_FILE=out/toolchain-arm64/toolchain.cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo
6466 installers/bsd/build.py --arch=aarch64 . out/arm64
6567 echo "::endgroup::"
68+ elif [[ '${{ matrix.installer }}' == 'openbsd' ]]; then
69+ [ -d "out" ] && tools/uncache out
70+ cmake -S . -B out -DCMAKE_BUILD_TYPE=RelWithDebInfo
71+ installers/${{ matrix.installer }}/build.py . out
6672 else
6773 [ -d "out" ] && tools/uncache out
6874 cmake -S . -B out -DCMAKE_BUILD_TYPE=RelWithDebInfo
Original file line number Diff line number Diff line change @@ -141,7 +141,6 @@ jobs:
141141 matrix :
142142 remote_host :
143143 - centos-9
144- - openbsd-7-5
145144 - alpine-3
146145 - archlinux
147146 - netbsd-10
Original file line number Diff line number Diff line change 3636 installer : bsd
3737 - remote_host : freebsd-14
3838 installer : bsd
39+ - remote_host : openbsd-7-5
40+ installer : openbsd
3941
4042 steps :
4143 - name : Run remote build
You can’t perform that action at this time.
0 commit comments