mirror of
https://gitlab.com/mishakmak/pam-fprint-grosshack.git
synced 2026-04-09 12:23:34 +02:00
ci: Add a job running tests built with address sanitizer
This commit is contained in:
committed by
Bastien Nocera
parent
714f499ab6
commit
6dd010f05c
@ -18,6 +18,7 @@ variables:
|
|||||||
git
|
git
|
||||||
glibc-devel
|
glibc-devel
|
||||||
gtk-doc
|
gtk-doc
|
||||||
|
libasan
|
||||||
libfprint-devel
|
libfprint-devel
|
||||||
meson
|
meson
|
||||||
pam-devel
|
pam-devel
|
||||||
@ -83,6 +84,20 @@ test_dev:
|
|||||||
paths:
|
paths:
|
||||||
- _build/meson-logs
|
- _build/meson-logs
|
||||||
|
|
||||||
|
test_dev_with_sanitizer:
|
||||||
|
extends:
|
||||||
|
- .fprintd_build_preconditions
|
||||||
|
- .install_libfprint_dev
|
||||||
|
stage: test
|
||||||
|
script:
|
||||||
|
- meson _build -Db_sanitize=address
|
||||||
|
- meson test -C _build --verbose --no-stdsplit --timeout-multiplier 5
|
||||||
|
artifacts:
|
||||||
|
name: meson-logs
|
||||||
|
when: on_failure
|
||||||
|
paths:
|
||||||
|
- _build/meson-logs
|
||||||
|
|
||||||
# CONTAINERS creation stage
|
# CONTAINERS creation stage
|
||||||
container_fedora_build:
|
container_fedora_build:
|
||||||
extends: .fdo.container-build@fedora
|
extends: .fdo.container-build@fedora
|
||||||
|
|||||||
Reference in New Issue
Block a user