get compiler versions
This commit is contained in:
parent
f4ecceab19
commit
be16d005e4
1 changed files with 1 additions and 0 deletions
|
@ -109,6 +109,7 @@ matrix:
|
|||
env: COMPILER=clang
|
||||
|
||||
script:
|
||||
- $COMPILER --version
|
||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||
- ./json_unit "*"
|
||||
- if [ `which valgrind` ]; then
|
||||
|
|
Loading…
Reference in a new issue