Skip to content

Commit 9ce09ae

Browse files
committed
ci: add RISC-V CI support
Signed-off-by: Julian Zhu <[email protected]>
1 parent 2fa3c4e commit 9ce09ae

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,3 +65,18 @@ jobs:
6565
uses: ilammy/setup-nasm@13cbeb366c45c4379d3478cdcbadd8295feb5028 # v1.5.1
6666
- name: Build
6767
run: nmake -f Makefile.nmake
68+
69+
run_tests_linux-riscv64-v:
70+
needs: check_format
71+
runs-on: run_tests_linux-riscv64-v
72+
steps:
73+
- uses: actions/[email protected]
74+
- name: Build
75+
run: |
76+
./autogen.sh
77+
./configure
78+
bash -c 'make -j $(nproc)'
79+
- name: Run tests
80+
run: bash tools/test_checks.sh
81+
- name: Run extended tests
82+
run: bash tools/test_extended.sh

0 commit comments

Comments
 (0)