[TRAVIS] cleanup travis script

This commit is contained in:
tqchen
2016-01-14 17:08:41 -08:00
parent fd173e260f
commit 634db18a0f
25 changed files with 2558 additions and 171 deletions

View File

@@ -66,7 +66,7 @@ endif
# specify tensor path
.PHONY: clean all lint clean_all rcpplint Rpack Rbuild Rcheck
.PHONY: clean all lint clean_all doxygen rcpplint Rpack Rbuild Rcheck java
all: lib/libxgboost.a lib/libxgboost.so xgboost
@@ -131,6 +131,9 @@ clean_all: clean
cd $(DMLC_CORE); make clean; cd -
cd $(RABIT); make clean; cd -
doxygen:
doxygen doc/Doxyfile
# Script to make a clean installable R package.
Rpack:
make clean_all