be verbose

This commit is contained in:
Viktor Szakats 2025-02-25 14:55:07 +01:00
parent 28bf397f61
commit 1c3eb804d7
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201

View File

@ -674,9 +674,9 @@ jobs:
run: |
PATH="$HOME/opt/mingw32ce/bin:$PATH"
if [ '${{ matrix.build }}' = 'cmake' ]; then
cmake --build bld --target testdeps
cmake --build bld --target testdeps --verbose
else
make -j5 -C bld -C tests
make -j5 -C bld -C tests V=1
fi
- name: 'build examples'