1
0
mirror of https://github.com/nlohmann/json synced 2025-01-05 23:21:06 +00:00

another try

This commit is contained in:
Niels 2016-06-07 09:01:49 +02:00
parent dd10c89a3e
commit fbbdcb19bc

View File

@ -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 ;