mirror of
https://github.com/curl/curl.git
synced 2026-08-24 15:53:32 +03:00
cmake: verify if options are listed in INSTALL-CMAKE.md
Also: - add one debug option to pass the test. Ref: https://github.com/curl/curl/discussions/14885#discussioncomment-10632311 Closes #22404
This commit is contained in:
parent
f9dc57a149
commit
7484874fdf
4 changed files with 41 additions and 5 deletions
6
.github/workflows/checksrc.yml
vendored
6
.github/workflows/checksrc.yml
vendored
|
|
@ -84,9 +84,11 @@ jobs:
|
|||
source ~/venv/bin/activate
|
||||
scripts/cmakelint.sh
|
||||
|
||||
- name: 'cmake options in documentation'
|
||||
run: scripts/cmakeopts.sh
|
||||
|
||||
- name: 'perlcheck'
|
||||
run: |
|
||||
scripts/perlcheck.sh
|
||||
run: scripts/perlcheck.sh
|
||||
|
||||
- name: 'ruff'
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue