From 434a11734c9fcefa832336be9137db6ad1fbb007 Mon Sep 17 00:00:00 2001 From: scawful Date: Fri, 10 Oct 2025 16:10:25 -0400 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 39d5994b..43323b54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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) {