build.sh 206 B

1234567891011121314
  1. #!/bin/bash
  2. set -e
  3. set -x
  4. if [[ "$(uname -s)" == 'Darwin' ]]; then
  5. if which pyenv > /dev/null; then
  6. eval "$(pyenv init -)"
  7. fi
  8. pyenv activate conan
  9. fi
  10. conan user
  11. python conan/build.py