CircleCI: Download all build scripts to be able to select which one to

run based on the parallel node we are running on.
This commit is contained in:
Rene Rivera 2016-07-11 23:52:08 -05:00
parent 69470483a1
commit 3068ab669b

View file

@ -9,7 +9,9 @@ machine:
SCRIPT: ci_boost_release
pre:
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_common.py" -P ${HOME}
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_library_check.py" -P ${HOME}
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_release.py" -P ${HOME}
- wget "https://raw.githubusercontent.com/boostorg/release-tools/develop/ci_boost_status.py" -P ${HOME}
post:
- python "${HOME}/${SCRIPT}.py" machine_post
checkout: