1
0
mirror of https://github.com/nlohmann/json.git synced 2025-08-10 16:23:04 +03:00

get compiler versions

This commit is contained in:
Niels
2016-04-30 00:25:11 +02:00
parent f4ecceab19
commit be16d005e4

View File

@@ -109,6 +109,7 @@ matrix:
env: COMPILER=clang
script:
- $COMPILER --version
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
- ./json_unit "*"
- if [ `which valgrind` ]; then