mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-10 00:28:20 +00:00
[client] ds: build SDL backend in CI
SDL was made optional, and defaulted to off, in c34fe10
. However, we
should still make sure it continues building.
This commit is contained in:
parent
484012a90c
commit
952f50eb8c
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
@ -30,7 +30,7 @@ jobs:
|
||||
run: |
|
||||
mkdir client/build
|
||||
cd client/build
|
||||
cmake -DCMAKE_BUILD_TYPE={{ matrix.build_type }} ..
|
||||
cmake -DCMAKE_BUILD_TYPE={{ matrix.build_type }} -DENABLE_SDL=ON ..
|
||||
- name: Build client
|
||||
run: |
|
||||
cd client/build
|
||||
|
Loading…
Reference in New Issue
Block a user