mirror of
https://github.com/nlohmann/json.git
synced 2025-06-24 04:51:23 +08:00
another try
This commit is contained in:
parent
dd10c89a3e
commit
fbbdcb19bc
@ -137,7 +137,7 @@ matrix:
|
|||||||
script:
|
script:
|
||||||
- uname -a
|
- uname -a
|
||||||
- $COMPILER --version
|
- $COMPILER --version
|
||||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
- make CXX=$COMPILER
|
||||||
- ./json_unit "*"
|
- ./json_unit "*"
|
||||||
- if [ `which valgrind` ]; then
|
- if [ `which valgrind` ]; then
|
||||||
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
|
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
|
||||||
|
Loading…
Reference in New Issue
Block a user