tabby/ci/prepare_build_environment.sh

10 lines
179 B
Bash
Executable File

#!/bin/bash
if [[ "$OSTYPE" == "darwin"* ]]; then
brew install protobuf
fi
if [[ "$OSTYPE" == "linux"* ]]; then
sudo apt-get -y install protobuf-compiler libopenblas-dev
fi