Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions .cargo/config.toml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/doc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: add target
run: rustup target add riscv64gc-unknown-none-elf
- name: generate doc
run: cargo doc --no-deps --all-features
run: cargo doc --no-deps --all-features --target riscv64gc-unknown-none-elf
- name: Deploy to Github Pages
uses: JamesIves/github-pages-deploy-action@v4
with:
Expand Down
25 changes: 25 additions & 0 deletions .github/workflows/test-external.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
name: TestExternal

on:
workflow_dispatch:
push:
pull_request:

jobs:
test-output:
runs-on: ubuntu-latest
steps:
- name: output
run: |
echo ${{ github.repository_owner }}
echo ${{ github.repository }}

test-external-rcore-ch7:
if: github.repository_owner == 'sysones'
uses: sysones/rcore-tutorial-v3-with-hal-component/.github/workflows/test-run.yml@ch7
with:
# The directory to Top test, which need to be empty or not exist in this repository
TopTestDirectory: RcoreTest
CallerPackage: polyhal
CallerRepository: ${{ github.repository }}
CallerCommit: ${{ github.sha }}
24 changes: 0 additions & 24 deletions .github/workflows/test-extranel.yaml

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# arch crate
test

> A crate help you to write a os that support multiple platforms.

Expand Down