mirror of
https://github.com/curl/curl.git
synced 2026-05-21 06:46:20 +03:00
ci: tidy-ups
- http3-linux: add newlines for readability. - http3-linux: use `make pytest` to run pytest. - checksrc: use `|` multiline to sync with other uses. - checksrc: prefer `$()`. - prefer `>-` over `>` for folded option lists. - cygwin: drop a `grep` no longer necessary. Closes #15081
This commit is contained in:
parent
8a8719d2e1
commit
2c419fc14b
5 changed files with 21 additions and 17 deletions
2
.github/workflows/cygwin.yml
vendored
2
.github/workflows/cygwin.yml
vendored
|
|
@ -166,7 +166,7 @@ jobs:
|
|||
if: ${{ matrix.build == 'cmake' }}
|
||||
timeout-minutes: 1
|
||||
run: |
|
||||
find . -name '*.exe' -o -name '*.dll' | grep -v '/examples/'
|
||||
find . -name '*.exe' -o -name '*.dll'
|
||||
PATH="$PWD/bld/lib:$PATH"
|
||||
bld/src/curl.exe --disable --version
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue