Enable testing in CMake configuration for YAZE build process
- Updated the CMake configuration in `release.yml` to enable the building of tests by setting `YAZE_BUILD_TESTS` to ON. - This change allows for the inclusion of test frameworks in the build, enhancing the testing capabilities of the project.
This commit is contained in:
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@@ -220,7 +220,7 @@ jobs:
|
||||
cmake -B build \
|
||||
-DCMAKE_BUILD_TYPE=${{ env.BUILD_TYPE }} \
|
||||
-DCMAKE_POLICY_VERSION_MINIMUM=3.16 \
|
||||
-DYAZE_BUILD_TESTS=OFF \
|
||||
-DYAZE_BUILD_TESTS=ON \
|
||||
-DYAZE_BUILD_EMU=OFF \
|
||||
-DYAZE_BUILD_Z3ED=OFF \
|
||||
-DYAZE_ENABLE_UI_TESTS=ON \
|
||||
|
||||
Reference in New Issue
Block a user