mirror of
https://github.com/mirror/wget.git
synced 2024-12-28 05:40:08 +08:00
* .gitlab-ci.yml: Move scan-build results to parent directory
This commit is contained in:
parent
a0e0965d1e
commit
89fc8d84b7
@ -334,7 +334,7 @@ Scan-Build:
|
||||
- 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)
|
||||
- scan-build -v -enable-checker nullability --keep-empty --status-bugs -o ../scan-build make -j$(nproc)
|
||||
tags:
|
||||
- shared
|
||||
- linux
|
||||
@ -348,7 +348,7 @@ Scan-Build:
|
||||
expire_in: 2 weeks
|
||||
when: on_failure
|
||||
paths:
|
||||
- wget-*/scan-build/*
|
||||
- scan-build/
|
||||
|
||||
CoverageReports:
|
||||
stage: test-from-tarball
|
||||
|
Loading…
Reference in New Issue
Block a user