diff options
author | Bin Meng <bmeng.cn@gmail.com> | 2020-03-28 07:25:27 -0700 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2020-04-10 15:54:15 -0400 |
commit | a379d330a963236d3202e8824a07c06e2e204f26 (patch) | |
tree | 651d89644a450f6c0b5d08402a2c57661d3a057e /.azure-pipelines.yml | |
parent | 9eed8cdd3d3e77eb8c84bcf123ec437d0964bb47 (diff) |
azure/gitlab/travis: Add qemu-riscv32 testing
This adds the qemu-riscv32_defconfig test configuration.
Signed-off-by: Bin Meng <bmeng.cn@gmail.com>
Diffstat (limited to '.azure-pipelines.yml')
-rw-r--r-- | .azure-pipelines.yml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 969d49b409..86828e9f3c 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -216,6 +216,10 @@ jobs: TEST_PY_BD: "qemu-ppce500" TEST_PY_TEST_SPEC: "not sleep" BUILDMAN: "^qemu-ppce500$" + qemu_riscv32: + TEST_PY_BD: "qemu-riscv32" + TEST_PY_TEST_SPEC: "not sleep" + BUILDMAN: "^qemu-riscv32$" qemu_riscv64: TEST_PY_BD: "qemu-riscv64" TEST_PY_TEST_SPEC: "not sleep" @@ -264,6 +268,7 @@ jobs: grub-mkimage --prefix=\"\" -o ~/grub_x86.efi -O i386-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd grub-mkimage --prefix=\"\" -o ~/grub_x64.efi -O x86_64-efi normal echo lsefimmap lsefi lsefisystab efinet tftp minicmd cp /opt/grub/grubriscv64.efi ~/grub_riscv64.efi + cp /opt/grub/grubriscv32.efi ~/grub_riscv32.efi cp /opt/grub/grubaa64.efi ~/grub_arm64.efi cp /opt/grub/grubarm.efi ~/grub_arm.efi # the below corresponds to .gitlab-ci.yml "script" |