From 6e3c6167fcf3f2c7a3b900b96a1baf3c58e1e48d Mon Sep 17 00:00:00 2001 From: Volodymyr Shymanskyy Date: Thu, 9 Apr 2020 23:36:41 +0300 Subject: [PATCH] Update tests.yml --- .github/workflows/tests.yml | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d3f2daf..ff3f3b6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -211,8 +211,9 @@ jobs: timeout-minutes: 10 strategy: + fail-fast: false matrix: - target: [arm, armhf, aarch64, mipsel] + target: [arm, armhf, aarch64, riscv64, mips64el, mips ] include: - target: arm TOOLCHAIN: gcc-arm-linux-gnueabi @@ -234,6 +235,21 @@ jobs: COMPILER: mipsel-linux-gnu-gcc QEMU: qemu-mipsel-static + - target: mips + TOOLCHAIN: gcc-mips-linux-gnu + COMPILER: mips-linux-gnu-gcc + QEMU: qemu-mips-static + + - target: mips64el + TOOLCHAIN: gcc-mips64-linux-gnuabi64 + COMPILER: mips64-linux-gnuabi64-gcc + QEMU: qemu-mips64el-static + + - target: riscv64 + TOOLCHAIN: gcc-riscv64-linux-gnu + COMPILER: riscv64-linux-gnu-gcc + QEMU: qemu-riscv64-static + steps: - uses: actions/checkout@v1 - name: Install prerequisites