get compiler versions
This commit is contained in:
parent
f4ecceab19
commit
be16d005e4
@ -109,6 +109,7 @@ matrix:
|
|||||||
env: COMPILER=clang
|
env: COMPILER=clang
|
||||||
|
|
||||||
script:
|
script:
|
||||||
|
- $COMPILER --version
|
||||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||||
- ./json_unit "*"
|
- ./json_unit "*"
|
||||||
- if [ `which valgrind` ]; then
|
- if [ `which valgrind` ]; then
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user