-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* ci: test ubuntu * CI: Test update ci * ci: test ci through archlinux docker * ci: test ci through docker * ci: fix ci without toolchain * ci: add gcc package * ci: fix ci * export ci * ci: test ci * Install qemu * ci: update example * Test ci (#1) * update Makefile for github CI on loongarch64 * update example/Makefile for github ci * update Makefile for github CI * update Makefile for github CI --------- Co-authored-by: chyyuu <yuchen@tsinghua.edu.cn> * CI: add time out minutes * ci: test trigger another repo ci * ci: change personal_token name * ci: rename yaml file * ci: config proper config * ci: add sha * ci: update template ci * ci: install openssl * ci: install pkgconf * ci: install cargo-generate through pacman * ci: install git * ci: install libgit2 * ci: install cargo generate through cargo * ci: install openssl and pkgconf * ci: set path * fix example --------- Co-authored-by: chyyuu <chyyuu@users.noreply.github.com> Co-authored-by: chyyuu <yuchen@tsinghua.edu.cn>
- Loading branch information
1 parent
22bc95a
commit f152260
Showing
3 changed files
with
114 additions
and
26 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
name: TestExternal | ||
|
||
on: | ||
workflow_dispatch: | ||
push: | ||
pull_request: | ||
|
||
jobs: | ||
test: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: convictional/trigger-workflow-and-wait@v1.6.1 | ||
with: | ||
owner: yfblock | ||
repo: rcore-tutorial-v3-with-hal-component | ||
github_token: ${{ secrets.PERSONAL_TOKEN }} | ||
github_user: yfblock | ||
workflow_file_name: test-run.yml | ||
ref: ch7 | ||
wait_interval: 10 | ||
client_payload: '{"commit": "${{ github.sha}}"}' | ||
propagate_failure: true | ||
trigger_workflow: true | ||
wait_workflow: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters