mirror of
https://github.com/curl/curl.git
synced 2026-07-31 01:08:04 +03:00
switch to quick example builds
This commit is contained in:
parent
70b0451338
commit
ad5db52792
6 changed files with 17 additions and 14 deletions
2
.github/workflows/linux.yml
vendored
2
.github/workflows/linux.yml
vendored
|
|
@ -698,7 +698,7 @@ jobs:
|
|||
if: ${{ matrix.build.make-custom-target != 'tidy' }}
|
||||
run: |
|
||||
if [ "${MATRIX_BUILD}" = 'cmake' ]; then
|
||||
${MATRIX_MAKE_PREFIX} cmake --build bld --verbose --target curl-examples
|
||||
${MATRIX_MAKE_PREFIX} cmake --build bld --verbose --target curl-examples-build
|
||||
else
|
||||
${MATRIX_MAKE_PREFIX} make -C bld V=1 examples
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue