mirror of
https://github.com/nlohmann/json.git
synced 2025-08-12 03:42:46 +03:00
get compiler versions
This commit is contained in:
@@ -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
|
||||||
|
Reference in New Issue
Block a user