mirror of
https://github.com/rcore-os/rCore-Tutorial-v3.git
synced 2024-11-22 01:16:26 +04:00
Workflow: Remove k210 support.
This commit is contained in:
parent
cc3ed1aa2b
commit
2ca2132df2
4
.github/workflows/doc-and-test.yml
vendored
4
.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:
|
||||||
@ -66,5 +66,3 @@ jobs:
|
|||||||
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