11 Nov
2016
11 Nov
'16
7:31 p.m.
On 11 November 2016 at 19:19, Peter Dimov
- cd .. - git clone -b $TRAVIS_BRANCH --depth 1 https://github.com/boostorg/boost.git boost-root - cd boost-root - git submodule update --init --depth 1 tools/regression
The super project is constantly changing, so that's no more reproducible than downloading a script. It also doesn't work for pull requests and is excessive boilerplate. If you're worrying about a script changing, could download from a version specific URL. Could also pass a git reference to get a specific version of the super project (although I just download a stable release).