Commit 543be5e1 authored by zhujiashun's avatar zhujiashun

compile example in build_in_travis_ci.sh

parent da17b65b
......@@ -36,7 +36,7 @@ fi
if [ "$PURPOSE" = "compile" ]; then
init_make_config
make -j4 #&& sh tools/make_all_examples
make -j4 && sh tools/make_all_examples
elif [ "$PURPOSE" = "unittest" ]; then
init_make_config
cd test
......
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