Commit graph

6 commits

Author SHA1 Message Date
Alistair Francis
5c38329a8a .travis.yml: Update the Ubuntu distro
Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2020-05-19 20:24:17 -07:00
Alistair Francis
b9ddd7d692 travis: Try to stop builds timing out
Instead of having a Travis CI system that constantly timesout let's do
two things:
 1. Adjust the Travis CI setup to be as fast as possible. By removing as
 many commands as we can, avoiding installing too many dependencies and
 doing a shallow git clone we can save time.
 2. Use timeout to test each major RISC-V machine for 55 minutes. If we
 run until we hit the timeout we count the test as a pass. This should
 allow use to rely on the tests passing before merging commits while
 also testing all three boards.

Signed-off-by: Alistair Francis <alistair.francis@wdc.com>
2019-07-08 09:10:35 -07:00
Khem Raj
bb86c39270 travis: Use mkdir -p so we can reuse the existing directories
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-16 18:32:49 -07:00
Khem Raj
993fd422a1 travis: Enable repo init color prompt
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-16 18:30:29 -07:00
Khem Raj
e503d131b1 travis.yml: Do not use multi-line commands
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-16 18:27:19 -07:00
Khem Raj
f2af47cad0 Add travis CI configuration
Signed-off-by: Khem Raj <raj.khem@gmail.com>
2018-03-16 18:18:11 -07:00