enable several configuration options, the static I'm sure won't work though

This commit is contained in:
Zach Bacon 2021-10-03 16:18:46 -04:00
parent 859359e5ef
commit 9a5406f824
No known key found for this signature in database
GPG Key ID: EB0E0FF1C62782D8
1 changed files with 2 additions and 1 deletions

View File

@ -22,6 +22,7 @@ jobs:
mingw-w64-clang-x86_64-toolchain
mingw-w64-clang-x86_64-pkg-config
mingw-w64-clang-x86_64-ffmpeg
mingw-w64-clang-x86_64-FAudio
mingw-w64-clang-x86_64-cmake
mingw-w64-clang-x86_64-ninja
mingw-w64-clang-x86_64-wxmsw3.1
@ -30,7 +31,7 @@ jobs:
zip
- name: Configure
run: >-
cmake -B build -G Ninja
cmake -B build -G Ninja -DCMAKE_BUILD_TYPE=Debug -DENABLE_SDL=ON SDL2_STATIC=ON -DSFML_STATIC_LIBRARIES=ON -DFFMPEG_STATIC=ON -DOPENAL_STATIC=ON -DSSP_STATIC=ON -DVBAM_STATIC=ON -DENABLE_SSP=ON
- name: Build
run: ninja -C build