workflows: Enable building examples on GitHub Actions.

This commit is contained in:
Ryan C. Gordon
2024-07-23 01:04:05 -04:00
parent 16535b7ee2
commit a03ecaacb0
13 changed files with 16 additions and 6 deletions

View File

@@ -80,6 +80,7 @@ jobs:
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DSDL_EXAMPLES=ON \
-DSDL_CLANG_TIDY=ON \
-DSDL_DISABLE_INSTALL_DOCS=OFF \
-DANDROID_PLATFORM=${{ matrix.platform.android_platform }} \