mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: hook up shellcheck
This commit is contained in:
parent
20f8838f7b
commit
5bed3f1ff3
1 changed files with 9 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ include:
|
|||
.fedora:
|
||||
variables:
|
||||
# Update this tag when you want to trigger a rebuild
|
||||
FDO_DISTRIBUTION_TAG: '2021-03-25.1'
|
||||
FDO_DISTRIBUTION_TAG: '2021-05-10.0'
|
||||
FDO_DISTRIBUTION_VERSION: '33'
|
||||
FDO_DISTRIBUTION_PACKAGES: >-
|
||||
alsa-lib-devel
|
||||
|
|
@ -41,6 +41,7 @@ include:
|
|||
meson
|
||||
pulseaudio-libs-devel
|
||||
sbc-devel
|
||||
ShellCheck
|
||||
SDL2-devel
|
||||
systemd-devel
|
||||
vulkan-loader-devel
|
||||
|
|
@ -192,6 +193,13 @@ build_with_coverity:
|
|||
- build-*/meson-logs
|
||||
- cov-int/build-log.txt
|
||||
|
||||
shellcheck:
|
||||
extends:
|
||||
- .build_on_fedora
|
||||
stage: analysis
|
||||
script:
|
||||
- shellcheck $(git grep -l "#\!/.*bin/.*sh")
|
||||
|
||||
pages:
|
||||
extends:
|
||||
- .not_coverity
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue