mirror of
https://github.com/gnif/LookingGlass.git
synced 2024-11-25 14:57: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: |
|
run: |
|
||||||
mkdir client/build
|
mkdir client/build
|
||||||
cd 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
|
- name: Build client
|
||||||
run: |
|
run: |
|
||||||
cd client/build
|
cd client/build
|
||||||
|
Loading…
Reference in New Issue
Block a user