mirror of
https://github.com/curl/curl.git
synced 2026-06-15 10:05:37 +03:00
avoid build units
This commit is contained in:
parent
5b82b17066
commit
dbdf5739c9
1 changed files with 3 additions and 1 deletions
4
.github/workflows/codeql.yml
vendored
4
.github/workflows/codeql.yml
vendored
|
|
@ -116,7 +116,9 @@ jobs:
|
|||
timeout-minutes: 10
|
||||
run: |
|
||||
cmake -B . -G Ninja
|
||||
cmake --build . --verbose --target testdeps
|
||||
cmake --build . --verbose --target libtests
|
||||
cmake --build . --verbose --target servers
|
||||
cmake --build . --verbose --target tunits
|
||||
|
||||
- name: 'perform analysis'
|
||||
uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue