cmake+ci: build shared and static libraries on ci
This commit is contained in:
committed by
Sam Lantinga
parent
bde4c738bb
commit
e203046a5c
2
.github/workflows/main.yml
vendored
2
.github/workflows/main.yml
vendored
@@ -73,6 +73,8 @@ jobs:
|
||||
run: |
|
||||
cmake -S . -B build -G Ninja \
|
||||
-Wdeprecated -Wdev -Werror \
|
||||
-DSDL_SHARED=ON \
|
||||
-DSDL_STATIC=ON \
|
||||
-DSDL_TESTS=ON \
|
||||
-DSDL_WERROR=ON \
|
||||
-DSDL_INSTALL_TESTS=ON \
|
||||
|
||||
Reference in New Issue
Block a user