mirror of
https://github.com/servo/servo.git
synced 2025-08-07 14:35:33 +01:00
Add OpenHarmony support to mach and CI (#32507)
* Add ohos to mach Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> * Add OpenHarmony build to CI * Rename ohos sdk action I decided to rename the upstream ohos sdk action to setup-ohos-sdk, making it clearer that is a github action repository. Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com> * Remove commented line Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> --------- Signed-off-by: Jonathan Schwender <jonathan.schwender@huawei.com> Signed-off-by: Jonathan Schwender <schwenderjonathan@gmail.com>
This commit is contained in:
parent
bea181f5d5
commit
3381f2a704
6 changed files with 250 additions and 2 deletions
7
.github/workflows/dispatch-workflow.yml
vendored
7
.github/workflows/dispatch-workflow.yml
vendored
|
@ -57,3 +57,10 @@ jobs:
|
|||
secrets: inherit
|
||||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
|
||||
ohos:
|
||||
if: ${{ inputs.workflow == 'ohos' }}
|
||||
name: OpenHarmony
|
||||
uses: ./.github/workflows/ohos.yml
|
||||
with:
|
||||
profile: ${{ inputs.profile }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue