mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
ci: hook up a valgrind run
This commit is contained in:
parent
1bd43e8282
commit
de394866e3
1 changed files with 10 additions and 1 deletions
|
|
@ -22,7 +22,7 @@ include:
|
|||
.fedora:
|
||||
variables:
|
||||
# Update this tag when you want to trigger a rebuild
|
||||
FDO_DISTRIBUTION_TAG: '2021-06-02.0'
|
||||
FDO_DISTRIBUTION_TAG: '2021-07-06.0'
|
||||
FDO_DISTRIBUTION_VERSION: '33'
|
||||
FDO_DISTRIBUTION_PACKAGES: >-
|
||||
alsa-lib-devel
|
||||
|
|
@ -50,6 +50,7 @@ include:
|
|||
vulkan-loader-devel
|
||||
webrtc-audio-processing-devel
|
||||
which
|
||||
valgrind
|
||||
xmltoman
|
||||
|
||||
.ubuntu:
|
||||
|
|
@ -212,6 +213,14 @@ build_with_custom_options:
|
|||
- ninja -C "$BUILD_DIR"
|
||||
- ninja -C "$BUILD_DIR" test
|
||||
|
||||
valgrind:
|
||||
extends:
|
||||
- .build_on_fedora
|
||||
script:
|
||||
- echo "Building with $MESON_OPTIONS"
|
||||
- meson "$BUILD_DIR" . --prefix="$PREFIX" $MESON_OPTIONS
|
||||
- meson test -C "$BUILD_DIR" --setup=valgrind
|
||||
|
||||
build_with_coverity:
|
||||
extends:
|
||||
- .fedora
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue