chore: Update CI configuration to disable YAZE_BUILD_EMU

- Added a new option to the CI workflow to set YAZE_BUILD_EMU to OFF, ensuring that the emulator build is not included in the CI process.
This commit is contained in:
scawful
2025-10-10 16:10:25 -04:00
parent 8c26f17594
commit 434a11734c

View File

@@ -226,6 +226,7 @@ jobs:
-DVCPKG_INSTALL_OPTIONS="--debug" `
-DCMAKE_CXX_FLAGS="/Dgoogle_protobuf_undef_DWORD=1" `
-DYAZE_BUILD_TESTS=ON `
-DYAZE_BUILD_EMU=OFF `
-DYAZE_ENABLE_ROM_TESTS=OFF 2>&1 | Tee-Object -FilePath cmake_config.log
if ($LASTEXITCODE -ne 0) {