Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Build Verification CI Workflow #2

Merged
merged 3 commits into from
Dec 21, 2024
Merged

Add Build Verification CI Workflow #2

merged 3 commits into from
Dec 21, 2024

Conversation

frankplus
Copy link

This PR adds a Verify Build GitHub Actions workflow to automate building and verifying the application on the main branch. The workflow includes:

  • Checking out the repository.
  • Setting up signing certificates from GitHub Secrets.
  • Installing OpenHarmony tools and dependencies.
  • Building the application with hvigorw.
  • Uploading generated HAP packages as artifacts.

This ensures a reliable and consistent build process for continuous integration.

Francesco Pham added 3 commits December 21, 2024 16:27
This PR adds a `Verify Build` GitHub Actions workflow to automate
building and verifying the application on the `main` branch. The
workflow includes:

- Checking out the repository.
- Setting up signing certificates from GitHub Secrets.
- Installing OpenHarmony tools and dependencies.
- Building the application with `hvigorw`.
- Uploading generated HAP packages as artifacts.

This ensures a reliable and consistent build process for continuous
integration.

Signed-off-by: Francesco Pham <[email protected]>
@frankplus frankplus merged commit b6ebfab into main Dec 21, 2024
2 checks passed
@frankplus frankplus deleted the ci branch December 21, 2024 15:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant