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:
@@ -109,6 +109,7 @@ matrix:
|
||||
env: COMPILER=clang
|
||||
|
||||
script:
|
||||
- $COMPILER --version
|
||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||
- ./json_unit "*"
|
||||
- if [ `which valgrind` ]; then
|
||||
|
Reference in New Issue
Block a user