mirror of
https://github.com/ultravideo/uvg266.git
synced 2024-11-27 19:24:06 +00:00
Enable UndefinedBehaviorSanitizer in CI tests
Adds an entry with -fsanitize=undefined to the Travis CI build matrix.
This commit is contained in:
parent
16fe5e0593
commit
15fa6da2e3
|
@ -24,6 +24,9 @@ matrix:
|
|||
- compiler: clang
|
||||
env: CFLAGS='-fsanitize=thread'
|
||||
|
||||
- compiler: clang
|
||||
env: CFLAGS='-fsanitize=undefined -fno-sanitize-recover=all -fno-sanitize=alignment'
|
||||
|
||||
- compiler: gcc-4.8
|
||||
env: KVZ_TEST_VALGRIND=1
|
||||
|
||||
|
|
Loading…
Reference in a new issue