diff options
author | Ben Wiederhake <BenWiederhake.GitHub@gmx.de> | 2021-10-10 21:30:14 +0200 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2021-10-20 09:20:18 +0100 |
commit | ae9b52e387f959dc516ad0b526196f22fe8c7a47 (patch) | |
tree | f7e919a9c404abfc64510876e008607b77cadff8 | |
parent | 8de696bdd04b5d5b9e0bc6fbfe2d1e03371817e2 (diff) | |
download | serenity-ae9b52e387f959dc516ad0b526196f22fe8c7a47.zip |
Meta: Enable header checking in CI
-rw-r--r-- | .github/workflows/cmake.yml | 1 |
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 \ |