mirror of
https://github.com/nlohmann/json
synced 2025-01-05 23:21:06 +00:00
get compiler versions
This commit is contained in:
parent
f4ecceab19
commit
be16d005e4
@ -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 New Issue
Block a user