[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:
Tudor Brindus 2021-02-26 22:24:48 -05:00 committed by Geoffrey McRae
parent 484012a90c
commit 952f50eb8c

View File

@ -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