Workflow: Remove k210 support.
This commit is contained in:
parent
f0da2f412b
commit
0692fe93d8
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
|
||||
target: riscv64gc-unknown-none-elf
|
||||
- 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
|
||||
uses: peaceiris/actions-gh-pages@v3
|
||||
with:
|
||||
|
@ -65,6 +65,4 @@ jobs:
|
|||
- name: Run usertests
|
||||
run: cd os && make run TEST=1
|
||||
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