To sync with other workflows, and autotools. To see build details,
including clang-tidy invocations.
Closes #16757
- name: 'build tests'
run: |
if [ -n '${{ matrix.build.generate }}' ]; then
- cmake --build bld --target testdeps
+ cmake --build bld --verbose --target testdeps
else
make -C bld V=1 -C tests
fi
source $HOME/venv/bin/activate
rm -f $HOME/.curlrc
if [ -n '${{ matrix.build.generate }}' ]; then
- cmake --build bld --target ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
+ cmake --build bld --verbose --target ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
else
make -C bld V=1 ${{ matrix.build.torture && 'test-torture' || 'test-ci' }}
fi