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:
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user