[mpi] add engine_mpi travis build (#83)

This commit is contained in:
Chen Qin
2019-03-15 07:58:47 -07:00
committed by Jiaming Yuan
parent ed06e0c6af
commit 785d7e54d3
3 changed files with 12 additions and 1 deletions

View File

@@ -14,6 +14,11 @@ if [ ${TASK} == "build" ]; then
make all || exit -1
fi
if [ ${TASK} == "mpi-build" ]; then
cd test
make mpi && make speed_test.mpi || exit -1
fi
if [ ${TASK} == "test" ]; then
cd test
make all || exit -1