rgb-cln/external/libwally-core/tools/travis_install.sh

8 lines
116 B
Bash
Executable File

#!/bin/sh
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
brew update
brew install gnu-sed
brew install swig
fi