OpenBSD CI build
This commit is contained in:
parent
5d7e523d2d
commit
ffcfe3b811
13
.github/workflows/build.yml
vendored
13
.github/workflows/build.yml
vendored
|
|
@ -211,6 +211,19 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||||
cmake --build build
|
cmake --build build
|
||||||
|
openbsd:
|
||||||
|
name: OpenBSD
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v4
|
||||||
|
- name: Compile
|
||||||
|
uses: vmactions/openbsd-vm@v1
|
||||||
|
with:
|
||||||
|
prepare: |
|
||||||
|
pkg_add cmake ninja sdl2
|
||||||
|
run: |
|
||||||
|
cmake -S . -B build -G Ninja -DCMAKE_BUILD_TYPE=Release
|
||||||
|
cmake --build build
|
||||||
|
|
||||||
check-is-release:
|
check-is-release:
|
||||||
if: github.event_name != 'pull_request'
|
if: github.event_name != 'pull_request'
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user