mirror of
https://github.com/curl/curl.git
synced 2026-04-15 01:01:41 +03:00
cmake: match filename suffixes with file content
To: - simplify recognizing CMake sources. - ensure syntax highlighters use the correct file type. - sync .h template filename with its autotools counterpart. Also: - cmakelint.sh: simplify, alpha sort the filelist. - perlcheck.sh: simplify. Closes #20039
This commit is contained in:
parent
7ded0e21cd
commit
1892286086
12 changed files with 23 additions and 28 deletions
4
.github/labeler.yml
vendored
4
.github/labeler.yml
vendored
|
|
@ -65,7 +65,7 @@ build:
|
|||
**/*.mk,\
|
||||
*.m4,\
|
||||
docs/INSTALL-CMAKE.md,\
|
||||
lib/curl_config.h.cmake,\
|
||||
lib/curl_config-cmake.h.in,\
|
||||
lib/libcurl*.in,\
|
||||
CMake/**,\
|
||||
CMakeLists.txt,\
|
||||
|
|
@ -98,7 +98,7 @@ cmake:
|
|||
**/CMakeLists.txt,\
|
||||
CMake/**,\
|
||||
docs/INSTALL-CMAKE.md,\
|
||||
lib/curl_config.h.cmake,\
|
||||
lib/curl_config-cmake.h.in,\
|
||||
tests/cmake/**\
|
||||
}"
|
||||
|
||||
|
|
|
|||
4
.github/workflows/configure-vs-cmake.yml
vendored
4
.github/workflows/configure-vs-cmake.yml
vendored
|
|
@ -12,7 +12,7 @@ name: 'configure-vs-cmake'
|
|||
- '**/*.m4'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'CMake/**'
|
||||
- 'lib/curl_config.h.cmake'
|
||||
- 'lib/curl_config-cmake.h.in'
|
||||
- 'tests/cmake/**'
|
||||
- '.github/scripts/cmp-config.pl'
|
||||
- '.github/workflows/configure-vs-cmake.yml'
|
||||
|
|
@ -25,7 +25,7 @@ name: 'configure-vs-cmake'
|
|||
- '**/*.m4'
|
||||
- '**/CMakeLists.txt'
|
||||
- 'CMake/**'
|
||||
- 'lib/curl_config.h.cmake'
|
||||
- 'lib/curl_config-cmake.h.in'
|
||||
- 'tests/cmake/**'
|
||||
- '.github/scripts/cmp-config.pl'
|
||||
- '.github/workflows/configure-vs-cmake.yml'
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue