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

@@ -25,6 +25,7 @@ jobs:
-DSDL_WERROR=ON \
-DSDL_TESTS=ON \
-DSDL_INSTALL_TESTS=ON \
-DSDL_EXAMPLES=ON \
-DCMAKE_BUILD_TYPE=Debug \
-DCMAKE_INSTALL_PREFIX=prefix \
-GNinja