mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-15 08:56:38 -05:00
ci: add a build test for buildtype=release
This commit is contained in:
parent
49f3d5842e
commit
5c78cbd356
1 changed files with 9 additions and 0 deletions
|
|
@ -213,6 +213,15 @@ build_with_custom_options:
|
||||||
- ninja -C "$BUILD_DIR"
|
- ninja -C "$BUILD_DIR"
|
||||||
- ninja -C "$BUILD_DIR" test
|
- ninja -C "$BUILD_DIR" test
|
||||||
|
|
||||||
|
# A release build with NDEBUG, all options on auto() but tests explicitly
|
||||||
|
# enabled. This should show issues with tests failing due to different
|
||||||
|
# optimization or relying on assert.
|
||||||
|
build_release:
|
||||||
|
extends:
|
||||||
|
- .build_on_fedora
|
||||||
|
variables:
|
||||||
|
MESON_OPTIONS: "-Dtest=enabled -Dbuildtype=release -Db_ndebug=true"
|
||||||
|
|
||||||
valgrind:
|
valgrind:
|
||||||
extends:
|
extends:
|
||||||
- .build_on_fedora
|
- .build_on_fedora
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue