Re: [PATCH v2 3/5] azure/gitlab/travis: Add qemu-riscv32 testing

2020-04-10 Thread Tom Rini
On Sat, Mar 28, 2020 at 07:25:27AM -0700, Bin Meng wrote: > This adds the qemu-riscv32_defconfig test configuration. > > Signed-off-by: Bin Meng Applied to u-boot/next, thanks! -- Tom signature.asc Description: PGP signature

[PATCH v2 3/5] azure/gitlab/travis: Add qemu-riscv32 testing

2020-03-28 Thread Bin Meng
This adds the qemu-riscv32_defconfig test configuration. Signed-off-by: Bin Meng --- Changes in v2: - Update travis to add qemu-riscv32 testing .azure-pipelines.yml | 5 + .gitlab-ci.yml | 9 + .travis.yml | 7 +++ 3 files changed, 21 insertions(+) diff --git a