mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-03-15 23:22:53 +08:00
travis: enable thread sanitizer build
This commit is contained in:
parent
b52d3d641e
commit
d579964c7d
12
.travis.yml
12
.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
|
||||
|
Loading…
x
Reference in New Issue
Block a user