From d579964c7d947bd90f9d72e33e66af85bd9941e1 Mon Sep 17 00:00:00 2001 From: David Adam Date: Sun, 20 Oct 2019 17:21:29 +0800 Subject: [PATCH] travis: enable thread sanitizer build --- .travis.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/.travis.yml b/.travis.yml index 41a7540ae..da410da8b 100644 --- a/.travis.yml +++ b/.travis.yml @@ -42,6 +42,18 @@ matrix: - libncurses5-dev - libpcre2-dev - python + - os: linux + compiler: clang + env: + - CXXFLAGS="-g -O2 -fsanitize=thread" + addons: + apt: + packages: + - expect + - gettext + - libncurses5-dev + - libpcre2-dev + - python - os: osx before_install: - brew update