Skip to content

Commit

Permalink
ci: add sanitizers to Tumbleweed build
Browse files Browse the repository at this point in the history
We don't have much test coverage, but even runing the built binary
doesn't harm to check with sanitizers.
  • Loading branch information
kasper93 committed Oct 7, 2023
1 parent bc81b3d commit bc93411
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ci/build-tumbleweed.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
set -e

meson setup build \
-Db_sanitize=address,undefined \
-Dcdda=enabled \
-Ddvbin=enabled \
-Ddvdnav=enabled \
Expand Down

0 comments on commit bc93411

Please sign in to comment.