Skip to content

Commit

Permalink
github CI: Remove OpenBSD
Browse files Browse the repository at this point in the history
CMake can't install properly for some reason. Nuke.

Signed-off-by: Rosen Penev <[email protected]>
  • Loading branch information
neheb committed Jul 28, 2023
1 parent 03d6196 commit 44859e8
Showing 1 changed file with 0 additions and 14 deletions.
14 changes: 0 additions & 14 deletions .github/workflows/on_PR_meson.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,17 +142,3 @@ jobs:
meson setup "${{github.workspace}}/build" -Dwarning_level=3 -Dcpp_std=c++20
meson compile -C "${{github.workspace}}/build" --verbose
meson test -C "${{github.workspace}}/build" --verbose
OpenBSD:
runs-on: macos-latest
name: OpenBSD
steps:
- uses: actions/checkout@v3
- name: OpenBSD
uses: vmactions/openbsd-vm@v0
with:
prepare: |
pkg_add curl ninja meson gettext pkgconf gtest libiconv
run: |
meson setup "${{github.workspace}}/build" -Dwarning_level=3 -Dcpp_std=c++20
meson compile -C "${{github.workspace}}/build" --verbose
meson test -C "${{github.workspace}}/build" --verbose

0 comments on commit 44859e8

Please sign in to comment.