Commit 4dd11beb authored by Davis King's avatar Davis King

More python build tests

parent 29635892
...@@ -18,4 +18,8 @@ fi ...@@ -18,4 +18,8 @@ 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 . -- -j 2
echo "!!!!!!! NOW BUILD VIA SETUP.PY !!!!!!!"
cd ..
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