Skip to content

Commit 2e075ac

Browse files
chyyuuchyyuu-tsinghua-csAsakuraMizu
authored
build: prepare for publish on crates.io (#128)
Co-authored-by: chyyuu <yuchen@tsinghua.edu.cn> Co-authored-by: 朝倉水希 <asakuramizu111@gmail.com>
1 parent 0f15bf4 commit 2e075ac

File tree

7 files changed

+323
-86
lines changed

7 files changed

+323
-86
lines changed

.github/workflows/test-template.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -59,8 +59,7 @@ jobs:
5959
name: starry-${{ inputs.arch }}
6060

6161
- name: Prepare rootfs
62-
run: |
63-
make ARCH=${{ inputs.arch }} img
62+
run: make ARCH=${{ inputs.arch }} rootfs
6463

6564
- name: Test
66-
run: scripts/ci-test.py ${{ inputs.arch }}
65+
run: make ARCH=${{ inputs.arch }} ci-test

Cargo.lock

Lines changed: 67 additions & 69 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)