From f4a77d185fed9b7a422fc3e10656c3e78fc34cd2 Mon Sep 17 00:00:00 2001 From: Mark Roszko Date: Sat, 28 Feb 2026 18:53:36 +0000 Subject: [PATCH] Disable PCH in Windows CI Maybe we use this to test builds without pch still work --- .gitlab/Windows-CI.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab/Windows-CI.yml b/.gitlab/Windows-CI.yml index 86c5e6290a..a26ee56778 100644 --- a/.gitlab/Windows-CI.yml +++ b/.gitlab/Windows-CI.yml @@ -38,6 +38,7 @@ win64_build: -DVCPKG_BUILD_TYPE=debug ` -DVCPKG_INSTALL_OPTIONS="--x-abi-tools-use-exact-versions" ` -DVCPKG_OVERLAY_TRIPLETS="$Env:CI_PROJECT_DIR/tools/custom_vcpkg_triplets" ` + -DKICAD_USE_PCH=OFF ` ../../ - cmake --build . 2>&1 | tee compilation_log.txt - cd ../../