forgejo workflow: ci-cmake.yaml: group syntax [COSMETIC]
This commit is contained in:
parent
59920c5418
commit
557a04ce3f
1 changed files with 6 additions and 6 deletions
|
|
@ -19,13 +19,13 @@ jobs:
|
|||
mkdir -p ${PREFIX}
|
||||
echo "::group::xo-cmake configure"
|
||||
cmake -S xo-cmake -B .build/xo-cmake -DCMAKE_INSTALL_PREFIX=$PREFIX
|
||||
echo "::endgroup"
|
||||
echo "::endgroup::"
|
||||
echo "::group::xo-cmake build (no-op)"
|
||||
cmake --build .build/xo-cmake
|
||||
echo "::endgroup"
|
||||
echo "::endgroup::"
|
||||
echo "::group::xo-cmake install"
|
||||
cmake --install .build/xo-cmake
|
||||
echo "::endgroup"
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: build xo-indentlog
|
||||
run: |
|
||||
|
|
@ -33,13 +33,13 @@ jobs:
|
|||
PATH=$PREFIX/bin:$PATH
|
||||
echo "::group::xo-indentlog configure"
|
||||
cmake -S xo-indentlog -B .build/xo-indentlog -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX
|
||||
echo "::endgroup"
|
||||
echo "::endgroup::"
|
||||
echo "::group::xo-indentlog build"
|
||||
cmake --build .build/xo-indentlog
|
||||
echo "::endgroup"
|
||||
echo "::endgroup::"
|
||||
echo "::group::xo-indentlog install"
|
||||
cmake --install .build/xo-indentlog
|
||||
echo "::endgroup"
|
||||
echo "::endgroup::"
|
||||
|
||||
- name: print install path
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue