mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 22:44:49 +00:00
ICU-11637 Thread sanitizer added to Travis build. (#81)
This commit is contained in:
parent
d43a70eda9
commit
c71000c4a6
1 changed files with 19 additions and 0 deletions
19
.travis.yml
19
.travis.yml
|
@ -35,3 +35,22 @@ matrix:
|
|||
- clang-5.0
|
||||
script:
|
||||
- cd icu4c/source && CPPFLAGS="-fsanitize=address" LDFLAGS="-fsanitize=address" ./runConfigureICU --enable-debug --disable-release Linux --disable-renaming && make -j2 check
|
||||
|
||||
|
||||
# Clang Linux with thread sanitizer.
|
||||
#
|
||||
- language: cpp
|
||||
env: BUILD=ICU4C_CLANG_THREAD_SAN
|
||||
os: linux
|
||||
dist: trusty
|
||||
sudo: true
|
||||
compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
update: true
|
||||
sources:
|
||||
- llvm-toolchain-trusty-5.0
|
||||
packages:
|
||||
- clang-5.0
|
||||
script:
|
||||
- cd icu4c/source && CPPFLAGS="-fsanitize=thread" LDFLAGS="-fsanitize=thread" ./runConfigureICU --enable-debug --disable-release Linux --disable-renaming && make -j2 check
|
||||
|
|
Loading…
Add table
Reference in a new issue