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:
Viktor Szakats 2026-07-27 02:42:09 +02:00
parent f9dc57a149
commit 7484874fdf
No known key found for this signature in database
4 changed files with 41 additions and 5 deletions

View file

@ -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: |