Fix Clang-tidy call

This commit is contained in:
Matthew Parkinson
2020-02-06 13:04:06 +00:00
parent cae3317964
commit ba5bcf031c

View File

@@ -232,7 +232,7 @@ jobs:
wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add -
sudo apt-add-repository "deb http://apt.llvm.org/bionic/ llvm-toolchain-bionic-9 main"
sudo apt-get update
sudo apt-get install -y clang-format-9
sudo apt-get install -y clang-format-9 clang-tidy-9
sudo update-alternatives --install /usr/bin/clang-format clang-format /usr/bin/clang-format-9 100
displayName: 'Install clang'