mirror of https://github.com/davisking/dlib.git
Add cmake to path for travis
This commit is contained in:
parent
4dd11beb2e
commit
c07a5ccbd1
|
@ -21,5 +21,6 @@ if [ "$VARIANT" = "python-api" ]; then
|
|||
|
||||
echo "!!!!!!! NOW BUILD VIA SETUP.PY !!!!!!!"
|
||||
cd ..
|
||||
PATH="cmake/bin:$PATH"
|
||||
python setup.py build
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue