mirror of
https://github.com/nlohmann/json
synced 2024-11-23 04:20:06 +00:00
trying Clang 3.8
This commit is contained in:
parent
33abe87407
commit
4a87ed4441
@ -45,6 +45,14 @@ matrix:
|
||||
packages: ['clang-3.7', 'valgrind']
|
||||
env: COMPILER=clang++-3.7
|
||||
|
||||
- os: linux
|
||||
compiler: clang
|
||||
addons:
|
||||
apt:
|
||||
sources: ['ubuntu-toolchain-r-test', 'llvm-toolchain-precise-3.8']
|
||||
packages: ['clang-3.8', 'valgrind']
|
||||
env: COMPILER=clang++-3.8
|
||||
|
||||
script:
|
||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||
- ./json_unit "*"
|
||||
|
Loading…
Reference in New Issue
Block a user