Skip to content

Commit

Permalink
Meta: Enable header checking in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
BenWiederhake authored and linusg committed Oct 20, 2021
1 parent 8de696b commit ae9b52e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit ae9b52e

Please sign in to comment.