mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
[TravisCI] Try to run the Python and .NET examples under ASan.
This commit is contained in:
parent
8d600050db
commit
db7b2e989d
6 changed files with 63 additions and 11 deletions
|
@ -84,6 +84,10 @@ if [ -n "${ASAN_BUILD}" ]; then
|
|||
BUILD_OPTS+=("--build-arg" "ASAN_BUILD=${ASAN_BUILD}")
|
||||
fi
|
||||
|
||||
if [ -n "${ASAN_DSO}" ]; then
|
||||
BUILD_OPTS+=("--build-arg" "ASAN_DSO=${ASAN_DSO}")
|
||||
fi
|
||||
|
||||
if [ -n "${UBSAN_BUILD}" ]; then
|
||||
BUILD_OPTS+=("--build-arg" "UBSAN_BUILD=${UBSAN_BUILD}")
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue