Skip to content
Snippets Groups Projects
Commit f26582d5 authored by Craig Tiller's avatar Craig Tiller
Browse files

Add asan/tsan tests

parent 39864276
No related branches found
No related tags found
No related merge requests found
language: cpp language: cpp
before_install: before_install:
- sudo add-apt-repository ppa:yjwong/gflags -y - sudo add-apt-repository ppa:yjwong/gflags -y
- sudo add-apt-repository ppa:h-rayflood/llvm -y
- sudo apt-get update -qq - sudo apt-get update -qq
- sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv - sudo apt-get install -qq libgtest-dev libgflags-dev python-virtualenv clang-3.5
env: env:
global: global:
- RUBY_VERSION=2.1 - RUBY_VERSION=2.1
matrix: matrix:
- CONFIG=dbg TEST=c - CONFIG=dbg TEST=c
- CONFIG=dbg TEST=c++ - CONFIG=dbg TEST=c++
- CONFIG=asan TEST=c
- CONFIG=asan TEST=c++
- CONFIG=tsan TEST=c
- CONFIG=tsan TEST=c++
- CONFIG=opt TEST=c - CONFIG=opt TEST=c
- CONFIG=opt TEST=c++ - CONFIG=opt TEST=c++
- CONFIG=opt TEST=node - CONFIG=opt TEST=node
...@@ -16,6 +21,6 @@ env: ...@@ -16,6 +21,6 @@ env:
script: script:
- rvm use $RUBY_VERSION - rvm use $RUBY_VERSION
- gem install bundler - gem install bundler
- ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 2.0 - ./tools/run_tests/run_tests.py -l $TEST -t -j 16 -c $CONFIG -s 4.0
notifications: notifications:
email: false email: false
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment