skunkworks-c/subprojects/glew-2.1.0/build/conan/.travis/run.sh

14 lines
189 B
Bash
Raw Normal View History

2022-12-21 12:09:42 +01:00
#!/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