mirror of
https://github.com/nlohmann/json.git
synced 2026-02-11 00:12:30 +00:00
another try
This commit is contained in:
@@ -137,7 +137,7 @@ matrix:
|
||||
script:
|
||||
- uname -a
|
||||
- $COMPILER --version
|
||||
- make CXX=$COMPILER CXXFLAGS="-lstdc++"
|
||||
- make CXX=$COMPILER
|
||||
- ./json_unit "*"
|
||||
- if [ `which valgrind` ]; then
|
||||
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
|
||||
|
||||
Reference in New Issue
Block a user