Commit 64aa6973 authored by Dr.李's avatar Dr.李

added xgboost in linux build

parent 56414727
#!/bin/sh #!/bin/sh
cd alphamind/pfopt cd xgboost
git submodule init
git submodule update
./build_linux.sh make -j4
cd python-package
python setup.py install
if [ $? -ne 0 ] ; then if [ $? -ne 0 ] ; then
cd ../.. cd ../..
...@@ -10,3 +14,12 @@ if [ $? -ne 0 ] ; then ...@@ -10,3 +14,12 @@ if [ $? -ne 0 ] ; then
fi fi
cd ../.. cd ../..
cd alphamind/pfopt
./build_linux.sh
if [ $? -ne 0 ] ; then
cd ../..
exit 1
fi
cd ../..
\ No newline at end of file
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