Skip to content

Commit 91da2ad

Browse files
sunyuechipablodelara
authored andcommitted
add RISCV CI
Signed-off-by: sunyuechi <[email protected]>
1 parent ce957f9 commit 91da2ad

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

.github/workflows/ci.yml

+15
Original file line numberDiff line numberDiff line change
@@ -126,3 +126,18 @@ jobs:
126126
run: nmake perf -f Makefile.nmake || exit /b 1
127127
- name: Run checks
128128
run: nmake check -f Makefile.nmake || exit /b 1
129+
130+
run_tests_linux-riscv64-v:
131+
needs: check_format
132+
runs-on: run_tests_linux-riscv64-v
133+
steps:
134+
- uses: actions/[email protected]
135+
- name: Build
136+
run: |
137+
./autogen.sh
138+
./configure
139+
bash -c 'make -j $(nproc)'
140+
- name: Run tests
141+
run: bash tools/test_checks.sh
142+
- name: Run extended tests
143+
run: bash tools/test_extended.sh

0 commit comments

Comments
 (0)