3
0
mirror of https://github.com/triqs/dft_tools synced 2024-06-29 00:15:00 +02:00

Disable clang build and stronger restriction on clang tidy headers

This commit is contained in:
Nils Wentzell 2018-03-25 19:38:25 +02:00
parent 78ff2fb178
commit f0b49145da
2 changed files with 2 additions and 2 deletions

View File

@ -1,2 +1,2 @@
Checks: '-*,modernize-*,cppcoreguidelines-*'
HeaderFilterRegex: 'app4triqs'
HeaderFilterRegex: 'c++/app4triqs'

View File

@ -5,7 +5,7 @@ dist: trusty
compiler:
- gcc
- clang
#- clang
before_install:
- sudo add-apt-repository 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main' -y