diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:44:33 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-28 09:44:33 +0000 |
commit | b196c6498d22e47bb9d0da0153068ec54eac7956 (patch) | |
tree | 1a994a492581e93224a7ee6455f5d4e9d2ec8e59 /ci/setup_osx_environment.sh | |
parent | Initial commit. (diff) | |
download | opentracing-cpp-upstream/1.6.0.tar.xz opentracing-cpp-upstream/1.6.0.zip |
Adding upstream version 1.6.0.upstream/1.6.0upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'ci/setup_osx_environment.sh')
-rwxr-xr-x | ci/setup_osx_environment.sh | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/ci/setup_osx_environment.sh b/ci/setup_osx_environment.sh new file mode 100755 index 0000000..ec8f597 --- /dev/null +++ b/ci/setup_osx_environment.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +brew update +brew install bazel |