Skip to content

Commit

Permalink
Trying another python build test.
Browse files Browse the repository at this point in the history
  • Loading branch information
davisking committed Jul 12, 2017
1 parent 7a4babb commit be8b5cd
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions dlib/travis/build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,7 @@ fi

if [ "$VARIANT" = "python-api" ]; then
../cmake/bin/cmake ../tools/python -DCMAKE_BUILD_TYPE=Release
../cmake/bin/cmake --build . -- -j 2
../cmake/bin/cmake --build . --target install -- -j 2

echo "!!!!!!! NOW BUILD VIA SETUP.PY !!!!!!!"
cd ..
export PATH="cmake/bin:$PATH"
python setup.py build
../python_examples/svm_rank.py
fi

0 comments on commit be8b5cd

Please sign in to comment.