From 535cf362d0036f932d0e1147f0785778d965a64e Mon Sep 17 00:00:00 2001 From: Ivan Maidanski Date: Fri, 6 Oct 2017 21:47:00 +0300 Subject: [PATCH] Travis CI: Test also 32-bit build with ASan (on OS X, with unmapping) --- .travis.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.travis.yml b/.travis.yml index e83d3e7..89e8216 100644 --- a/.travis.yml +++ b/.travis.yml @@ -308,6 +308,11 @@ matrix: - CONF_OPTIONS="--enable-cplusplus --enable-static" - NO_CLONE_LIBATOMIC_OPS=true - TESTS_CUSTOM_RUN=true + - os: osx + env: + - CFLAGS_EXTRA="-fsanitize=address -m32 -fno-omit-frame-pointer" + - CONF_OPTIONS="--enable-cplusplus --enable-munmap --enable-static" + - NO_CLONE_LIBATOMIC_OPS=true - os: linux addons: apt: -- 2.7.4