pack script with cleanup

This commit is contained in:
tqchen 2014-08-31 14:26:35 -07:00
parent a3187e932a
commit 79fa8b99d4

View File

@ -43,6 +43,9 @@ install:
Rpack:
rm -rf xgboost xgboost*.tar.gz
cp -r R-package xgboost
rm -rf xgboost/inst/examples/*.buffer
rm -rf xgboost/inst/examples/*.model
rm -rf xgboost/inst/examples/dump*
rm -rf xgboost/src/*.o xgboost/src/*.so xgboost/src/*.dll
rm -rf xgboost/demo/*.model xgboost/demo/*.buffer
cp -r src xgboost/src/src