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/android.yml
vendored
2
.github/workflows/android.yml
vendored
@@ -43,6 +43,8 @@ jobs:
|
||||
-DSDL_CLANG_TIDY=ON \
|
||||
-DANDROID_PLATFORM=${{ matrix.platform.android_platform }} \
|
||||
-DANDROID_ABI=${{ matrix.platform.android_abi }} \
|
||||
-DSDL_SHARED=ON \
|
||||
-DSDL_STATIC=ON \
|
||||
-DSDL_STATIC_PIC=ON \
|
||||
-DSDL_VENDOR_INFO="Github Workflow" \
|
||||
-DCMAKE_INSTALL_PREFIX=prefix \
|
||||
|
||||
Reference in New Issue
Block a user