mirror of
https://github.com/nlohmann/json.git
synced 2026-02-11 00:12:30 +00:00
test homebrew on OSX
This commit is contained in:
@@ -168,3 +168,8 @@ script:
|
||||
- if [ `which valgrind` ]; then
|
||||
valgrind --error-exitcode=1 --leak-check=full ./json_unit ;
|
||||
fi
|
||||
- if [ $os = "osx" ]; then
|
||||
brew tap nlohmann/json ;
|
||||
brew install nlohmann_json --HEAD ;
|
||||
brew test nlohmann_json
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user