From ae9b52e387f959dc516ad0b526196f22fe8c7a47 Mon Sep 17 00:00:00 2001 From: Ben Wiederhake Date: Sun, 10 Oct 2021 21:30:14 +0200 Subject: [PATCH] Meta: Enable header checking in CI --- .github/workflows/cmake.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cmake.yml b/.github/workflows/cmake.yml index 83bcb2d2bf..45528fce3d 100644 --- a/.github/workflows/cmake.yml +++ b/.github/workflows/cmake.yml @@ -152,6 +152,7 @@ jobs: # We build and run the Lagom tests in a separate job, and sanitizer builds take a good while longer than non-sanitized. run: | cmake -S Meta/CMake/Superbuild -B Build/superbuild -GNinja \ + -DENABLE_COMPILETIME_HEADER_CHECK=ON \ -DSERENITY_ARCH=${{ matrix.arch }} \ -DSERENITY_TOOLCHAIN=GNU \ -DCMAKE_C_COMPILER=gcc-10 \