mirror of
https://github.com/nlohmann/json
synced 2024-11-14 16:21:05 +00:00
👷 re-added homebrew tests
This commit is contained in:
parent
97309f0da9
commit
b779666916
@ -291,3 +291,11 @@ script:
|
||||
- cmake .. ${CMAKE_OPTIONS} -GNinja && cmake --build . --config Release
|
||||
- ctest -C Release -V -j
|
||||
- cd ..
|
||||
|
||||
# check if homebrew works (only checks develop branch)
|
||||
- if [ `which brew` ]; then
|
||||
brew update ;
|
||||
brew tap nlohmann/json ;
|
||||
brew install nlohmann_json --HEAD ;
|
||||
brew test nlohmann_json ;
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user