]> git.proxmox.com Git - ceph.git/blob - ceph/src/jaegertracing/opentelemetry-cpp/third_party/prometheus-cpp/3rdparty/civetweb/conan/travis/install.sh
update ceph source to reef 18.1.2
[ceph.git] / ceph / src / jaegertracing / opentelemetry-cpp / third_party / prometheus-cpp / 3rdparty / civetweb / conan / travis / install.sh
1 #!/bin/bash
2
3 set -ex
4
5 if [[ "$(uname -s)" == 'Darwin' ]]; then
6 brew update || brew update
7 brew outdated pyenv || brew upgrade pyenv
8 brew install pyenv-virtualenv
9 brew install cmake || true
10
11 if which pyenv > /dev/null; then
12 eval "$(pyenv init -)"
13 fi
14
15 pyenv install 3.7.1
16 pyenv virtualenv 3.7.1 conan
17 pyenv rehash
18 pyenv activate conan
19 fi
20
21 pip install conan==1.10.2
22 pip install conan_package_tools