Multi-machine CircleCI build.

This commit is contained in:
Rene Rivera
2017-02-24 21:10:15 -06:00
parent d3244bb04e
commit 36b65c936a

View File

@@ -18,8 +18,11 @@ build_all()
log_time "Start of testing. [build_all]"
build_setup
update_tools
build_one develop
build_one master
case ${CIRCLE_NODE_INDEX} in
0) build_one develop ;;
1) build_one master ;;
*) build_one develop ; build_one master ;;
esac
log_time "End of testing. [build_all]"
}