summaryrefslogtreecommitdiff
path: root/docker/clang-tidy/tidy.sh
blob: 4c1b74595a53312fa01beb922841129d602d5618 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#!/usr/bin/env bash

# set -e
# set -o pipefail

export CXX=clang++-3.8
export BUILDTYPE=Release

cd build

# before_install
source ./scripts/travis_helper.sh

# install
./platform/linux/scripts/install.sh

export CLANG_TIDY=clang-tidy-3.8
make tidy