mirror of
https://gitlab.freedesktop.org/emersion/libliftoff.git
synced 2024-11-16 19:47:55 +01:00
ci: halt on UBSan errors
By default UBSan prints a message and carries on, which makes it easy to miss errors.
This commit is contained in:
parent
7ceaf440e2
commit
58b8494dd5
1 changed files with 2 additions and 0 deletions
|
@ -10,6 +10,8 @@ sources:
|
|||
- https://gitlab.freedesktop.org/emersion/libliftoff.git
|
||||
artifacts:
|
||||
- coveragereport.tar.gz
|
||||
environment:
|
||||
UBSAN_OPTIONS: halt_on_error=1
|
||||
tasks:
|
||||
- setup: |
|
||||
cd libliftoff
|
||||
|
|
Loading…
Reference in a new issue