mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 09:26:26 +04:00
update CI autoest for make build BOARD=k210
This commit is contained in:
parent
23bd5df121
commit
b57f54c178
3
.github/workflows/doc-and-test.yml
vendored
3
.github/workflows/doc-and-test.yml
vendored
@ -64,3 +64,6 @@ jobs:
|
|||||||
- name: Run usertests
|
- name: Run usertests
|
||||||
run: cd os && make run TEST=1
|
run: cd os && make run TEST=1
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
|
|
||||||
|
- name: Build for k210
|
||||||
|
run: cd os && make build BOARD=k210
|
Loading…
Reference in New Issue
Block a user