forgejo workflow: try with ENABLE_TESTING=1 [SMOKETEST]
This commit is contained in:
parent
557a04ce3f
commit
a0338f98a2
1 changed files with 2 additions and 2 deletions
|
|
@ -29,10 +29,10 @@ jobs:
|
|||
|
||||
- name: build xo-indentlog
|
||||
run: |
|
||||
PREFIX=$PWD/local
|
||||
PREFIX=${{github.workspace}}/local
|
||||
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
|
||||
cmake -S xo-indentlog -B .build/xo-indentlog -DCMAKE_INSTALL_PREFIX=$PREFIX -DCMAKE_PREFIX_PATH=$PREFIX -DENABLE_TESTING
|
||||
echo "::endgroup::"
|
||||
echo "::group::xo-indentlog build"
|
||||
cmake --build .build/xo-indentlog
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue