Add travis.xml, similar to QEMU (default.xml) but cloning with depth 1
With this manifest, the "repo sync" phase on Travis takes less than one
minute vs. 4-6 minutes before.
travis.xml is created from default.xml and modified as follows:
- Add the clone-depth="1" attribute to all projects (shallow cloning)
- Change the BusyBox reference to the 1_24_1 (latest) tag. Previously,
a SHA1 was used which would not work with shallow cloning.
Note that I could not get a similar result by simply using
"repo init --depth=1" (cloning would still take a long time).
Signed-off-by: Jerome Forissier <jerome.forissier@linaro.org>
Reviewed-by: Pascal Brand <pascal.brand@linaro.org>
Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>
1 file changed