Commit be16d005 authored by Niels's avatar Niels

get compiler versions

parent f4ecceab
......@@ -109,6 +109,7 @@ matrix:
env: COMPILER=clang
script:
- $COMPILER --version
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
- ./json_unit "*"
- 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