glew/build/conan/.travis/run.sh
2017-06-27 05:59:43 +02:00

14 lines
189 B
Bash
Executable File

#!/bin/bash
set -e
set -x
if [[ "$(uname -s)" == 'Darwin' ]]; then
if which pyenv > /dev/null; then
eval "$(pyenv init -)"
fi
pyenv activate conan
fi
python build.py