1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:07:35 +00:00

Meta: Enable header checking in CI

This commit is contained in:
Ben Wiederhake 2021-10-10 21:30:14 +02:00 committed by Linus Groh
parent 8de696bdd0
commit ae9b52e387

View file

@ -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 \