GHA: Linux: forbid compiler warnings

This commit is contained in:
Alexander A. Klimov 2025-05-21 12:27:31 +02:00
parent a65f2d6b41
commit f847392e04

View File

@ -101,6 +101,7 @@ cd /icinga2/build
cmake \ cmake \
-GNinja \ -GNinja \
-DCMAKE_CXX_FLAGS=-Werror \
-DCMAKE_BUILD_TYPE=RelWithDebInfo \ -DCMAKE_BUILD_TYPE=RelWithDebInfo \
-DICINGA2_UNITY_BUILD=ON \ -DICINGA2_UNITY_BUILD=ON \
-DUSE_SYSTEMD=ON \ -DUSE_SYSTEMD=ON \