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

@@ -22,9 +22,10 @@ jobs:
-Wdeprecated -Wdev -Werror \
-DSDL_SHARED=ON \
-DSDL_STATIC=ON \
-DSDL_TESTS=ON \
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DSDL_EXAMPLES=ON \
-DSDL_VENDOR_INFO=Github_Workflow \
-DCMAKE_INSTALL_PREFIX=cmake_prefix \
-DSDL_DISABLE_INSTALL_DOCS=OFF \