summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wiederhake <BenWiederhake.GitHub@gmx.de>2021-10-10 21:30:14 +0200
committerLinus Groh <mail@linusgroh.de>2021-10-20 09:20:18 +0100
commitae9b52e387f959dc516ad0b526196f22fe8c7a47 (patch)
treef7e919a9c404abfc64510876e008607b77cadff8
parent8de696bdd04b5d5b9e0bc6fbfe2d1e03371817e2 (diff)
downloadserenity-ae9b52e387f959dc516ad0b526196f22fe8c7a47.zip
Meta: Enable header checking in CI
-rw-r--r--.github/workflows/cmake.yml1
1 files changed, 1 insertions, 0 deletions
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 \