1
0
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:
Tim Rühsen 2021-06-06 15:09:50 +02:00
parent a209bb1fac
commit 4d3ee1604a

View File

@ -333,6 +333,7 @@ Scan-Build:
- cd wget-*/
- scan-build ./configure $CONFIGURE_BASE_FLAGS --cache-file ../cache/config.cache
- 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)
tags:
- shared