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:
parent
8de696bdd0
commit
ae9b52e387
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cmake.yml
vendored
1
.github/workflows/cmake.yml
vendored
|
@ -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 \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue