blob: 069ced202f894e4bf7fea6977f6d59c571c10f29 [file] [log] [blame]
Austin Schuhe89fa2d2019-08-14 20:24:23 -07001#!/bin/bash
2
3set -e
4set -x
5
6if [[ "$(uname -s)" == 'Darwin' ]]; then
7 if which pyenv > /dev/null; then
8 eval "$(pyenv init -)"
9 fi
10 pyenv activate conan
11fi
12
13conan user
14python conan/build.py