Workflow: Remove k210 support.
This commit is contained in:
parent
19964a0ced
commit
d0c8246901
1 changed files with 2 additions and 4 deletions
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…
Add table
Add a link
Reference in a new issue