mirror of
https://github.com/Icinga/icinga2.git
synced 2026-06-11 01:30:22 -04:00
GitHub actions: run ninja with -v
to show all compiler flags.
This commit is contained in:
parent
cefe1bc27a
commit
cc5f01d47f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/linux.bash
vendored
2
.github/workflows/linux.bash
vendored
|
|
@ -78,7 +78,7 @@ cmake \
|
|||
-DICINGA2_GROUP=$(id -gn) \
|
||||
$CMAKE_OPTS ..
|
||||
|
||||
ninja
|
||||
ninja -v
|
||||
|
||||
ninja test
|
||||
ninja install
|
||||
|
|
|
|||
Loading…
Reference in a new issue