mirror of
https://github.com/triqs/dft_tools
synced 2024-12-23 12:55:17 +01:00
Disable clang build and stronger restriction on clang tidy headers
This commit is contained in:
parent
78ff2fb178
commit
f0b49145da
@ -1,2 +1,2 @@
|
|||||||
Checks: '-*,modernize-*,cppcoreguidelines-*'
|
Checks: '-*,modernize-*,cppcoreguidelines-*'
|
||||||
HeaderFilterRegex: 'app4triqs'
|
HeaderFilterRegex: 'c++/app4triqs'
|
||||||
|
@ -5,7 +5,7 @@ dist: trusty
|
|||||||
|
|
||||||
compiler:
|
compiler:
|
||||||
- gcc
|
- gcc
|
||||||
- clang
|
#- clang
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
- sudo add-apt-repository 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main' -y
|
- sudo add-apt-repository 'deb http://apt.llvm.org/trusty/ llvm-toolchain-trusty-5.0 main' -y
|
||||||
|
Loading…
Reference in New Issue
Block a user