mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-27 15:44:11 +02:00
GitHub actions: run ninja with -v
to show all compiler flags.
This commit is contained in:
parent
cefe1bc27a
commit
cc5f01d47f
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user