mirror of
https://github.com/Icinga/icinga2.git
synced 2025-07-28 16:14:09 +02:00
Merge pull request #10373 from Icinga/Al2Klimov-patch-8
GitHub actions: run ninja with -v
This commit is contained in:
commit
84f719ee4f
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