Skip to content

Commit

Permalink
make all examples for PURPOSE=compile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
gejun committed Oct 25, 2017
1 parent 70d0854 commit e901440
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_in_travis_ci.sh
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ if ! sh config_brpc.sh --headers=/usr/include --libs=/usr/lib --nodebugsymbols -
exit 1
fi
if [ "$PURPOSE" = "compile" ]; then
make -j4
make -j4 && sh tools/make_all_examples
elif [ "$PURPOSE" = "unittest" ]; then
cd test && sh ./run_tests.sh
else
Expand Down

0 comments on commit e901440

Please sign in to comment.