We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83bcd9c commit 1134191Copy full SHA for 1134191
1 file changed
.github/workflows/build.yml
@@ -23,17 +23,6 @@ jobs:
23
github_token: ${{ secrets.GITHUB_TOKEN }}
24
publish_dir: ./os/target/riscv64gc-unknown-none-elf/doc
25
destination_dir: ${{ github.ref_name }}
26
- basic-test:
27
- runs-on: ubuntu-latest
28
- container:
29
- image: duskmoon/dev-env:rcore-ci
30
- steps:
31
- - uses: actions/checkout@v3
32
- - name: Run tests
33
- run: |
34
- qemu-system-riscv64 --version
35
- rustup target add riscv64gc-unknown-none-elf
36
- cd os && make run
37
gitlab-mirror:
38
if: github.repository == 'LearningOS/rCore-Tutorial-Code-2023S'
39
runs-on: ubuntu-latest
@@ -48,4 +37,4 @@ jobs:
48
GITLAB_PROJECT_ID: "20881"
49
GITLAB_PROJECT_NAME: "rcore-tutorial-code-2023s"
50
GITLAB_PROJECT_TOKEN: ${{secrets.GITLAB_PROJECT_TOKEN}}
51
- GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
40
+ GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
0 commit comments