Skip to content
This repository was archived by the owner on Jul 31, 2023. It is now read-only.

Commit aa28871

Browse files
g-easyIan Sturdy
authored andcommitted
Run clang Thread Safety Analysis on Travis. (#120)
1 parent f0f7303 commit aa28871

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,8 @@ language: cpp
22
os: linux
33
dist: trusty
44
sudo: false
5-
env: BAZEL_OPTIONS=--local_resources=4096,2,1.0
5+
compiler: clang
6+
env: BAZEL_OPTIONS="--local_resources=4096,2,1.0 --copt=-Werror=thread-safety"
67

78
before_install:
89
- tools/format.sh

0 commit comments

Comments
 (0)