build: drop verbose build
This commit is contained in:
parent
4454164195
commit
4fcb57bb8c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/main-stock-ubuntu.yml
vendored
2
.github/workflows/main-stock-ubuntu.yml
vendored
|
|
@ -61,7 +61,7 @@ jobs:
|
|||
echo "::group::xo configure"
|
||||
cmake -B .build -S . -DCMAKE_INSTALL_PREFIX=${PREFIX} -DCMAKE_FIND_DEBUG_MODE=ON -DCMAKE_PREFIX_PATH=/usr/local
|
||||
echo "::group::xo build"
|
||||
cmake --build .build --verbose
|
||||
cmake --build .build #--verbose
|
||||
echo "::group::xo install"
|
||||
cmake --install .build
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue