mirror of
https://github.com/mirror/wget.git
synced 2025-02-13 21:30:21 +08:00
* .gitlab-ci.yml: Exclude src/css_.o from scan-build
This commit is contained in:
parent
a209bb1fac
commit
4d3ee1604a
@ -333,6 +333,7 @@ Scan-Build:
|
|||||||
- cd wget-*/
|
- cd wget-*/
|
||||||
- scan-build ./configure $CONFIGURE_BASE_FLAGS --cache-file ../cache/config.cache
|
- scan-build ./configure $CONFIGURE_BASE_FLAGS --cache-file ../cache/config.cache
|
||||||
- make -C lib -j$(nproc)
|
- make -C lib -j$(nproc)
|
||||||
|
- make -C src css_.o
|
||||||
- scan-build -v -enable-checker nullability --keep-empty --status-bugs -o scan-build make -j$(nproc)
|
- scan-build -v -enable-checker nullability --keep-empty --status-bugs -o scan-build make -j$(nproc)
|
||||||
tags:
|
tags:
|
||||||
- shared
|
- shared
|
||||||
|
Loading…
Reference in New Issue
Block a user