mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-24 10:26:25 +04:00
Workflow: Remove k210 support.
This commit is contained in:
parent
0da9ade8f0
commit
e6ea392a7f
6
.github/workflows/doc-and-test.yml
vendored
6
.github/workflows/doc-and-test.yml
vendored
@ -18,7 +18,7 @@ jobs:
|
|||||||
components: rust-src, llvm-tools-preview
|
components: rust-src, llvm-tools-preview
|
||||||
target: riscv64gc-unknown-none-elf
|
target: riscv64gc-unknown-none-elf
|
||||||
- name: Build doc
|
- name: Build doc
|
||||||
run: cd os && cargo doc --no-deps --verbose --features "board_qemu"
|
run: cd os && cargo doc --no-deps --verbose
|
||||||
- name: Deploy to Github Pages
|
- name: Deploy to Github Pages
|
||||||
uses: peaceiris/actions-gh-pages@v3
|
uses: peaceiris/actions-gh-pages@v3
|
||||||
with:
|
with:
|
||||||
@ -65,6 +65,4 @@ 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