GitHub actions: run ninja with -v

to show all compiler flags.
This commit is contained in:
Alexander Aleksandrovič Klimov 2025-03-12 09:57:16 +01:00 committed by GitHub
parent cefe1bc27a
commit cc5f01d47f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -78,7 +78,7 @@ cmake \
-DICINGA2_GROUP=$(id -gn) \ -DICINGA2_GROUP=$(id -gn) \
$CMAKE_OPTS .. $CMAKE_OPTS ..
ninja ninja -v
ninja test ninja test
ninja install ninja install