Skip to content
Snippets Groups Projects
install.sh 214 B
Newer Older
  • Learn to ignore specific revisions
  • #!/bin/bash
    
    set -ex
    
    if [ $TRAVIS_OS_NAME == osx ]; then
    
        brew upgrade boost || true
    
        brew install libsodium clang-format
    
        brew tap nlohmann/json
        brew install nlohmann_json