test homebrew on OSX
This commit is contained in:
parent
a01ec918ac
commit
02fc3cddee
1 changed files with 5 additions and 0 deletions
|
@ -168,3 +168,8 @@ script:
|
||||||
- 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 ;
|
||||||
fi
|
fi
|
||||||
|
- if [ $os = "osx" ]; then
|
||||||
|
brew tap nlohmann/json ;
|
||||||
|
brew install nlohmann_json --HEAD ;
|
||||||
|
brew test nlohmann_json
|
||||||
|
fi
|
||||||
|
|
Loading…
Reference in a new issue