nameof_module/.ci/run.sh

13 lines
191 B
Bash
Raw Normal View History

2019-07-28 10:29:34 +00:00
#!/usr/bin/env bash
2019-07-28 10:29:34 +00:00
set -ex
if [[ "$(uname -s)" == 'Darwin' ]]; then
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
fi
pyenv activate conan
fi
python build.py