Commit be16d005 authored by Niels's avatar Niels

get compiler versions

parent f4ecceab
No related merge requests found
...@@ -109,6 +109,7 @@ matrix: ...@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment