Commit be8b5cd0 authored by Davis King's avatar Davis King

Trying another python build test.

parent 7a4babb4
...@@ -17,10 +17,7 @@ fi ...@@ -17,10 +17,7 @@ fi
if [ "$VARIANT" = "python-api" ]; then if [ "$VARIANT" = "python-api" ]; then
../cmake/bin/cmake ../tools/python -DCMAKE_BUILD_TYPE=Release ../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 !!!!!!!" ../python_examples/svm_rank.py
cd ..
export PATH="cmake/bin:$PATH"
python setup.py build
fi fi
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment