Skip to content

Add build workflows for Biometric and DirectBoot samples#105

Merged
cartland merged 1 commit intomainfrom
cartland/github_actions
Oct 16, 2025
Merged

Add build workflows for Biometric and DirectBoot samples#105
cartland merged 1 commit intomainfrom
cartland/github_actions

Conversation

@cartland
Copy link
Copy Markdown
Contributor

This commit adds new GitHub Actions workflows for building the BiometricAuthentication, BiometricLoginKotlin, and DirectBoot samples.

These workflows are triggered on:

  • Push events to any branch, when files in the respective sample directories are modified.
  • Pull request events to any branch, when files in the respective sample directories are modified.
  • workflow_dispatch events, allowing manual triggering of the workflows.

The workflows perform the following steps:

  • Checkout the code.
  • Set up Java with Zulu distribution, version 11.
  • Set up Gradle.
  • Make the gradlew executable.
  • Build the sample using Gradle.

This commit adds new GitHub Actions workflows for building the
BiometricAuthentication, BiometricLoginKotlin, and DirectBoot samples.

These workflows are triggered on:
- Push events to any branch, when files in the respective sample
  directories are modified.
- Pull request events to any branch, when files in the respective
  sample directories are modified.
- `workflow_dispatch` events, allowing manual triggering of the
  workflows.

The workflows perform the following steps:
- Checkout the code.
- Set up Java with Zulu distribution, version 11.
- Set up Gradle.
- Make the gradlew executable.
- Build the sample using Gradle.
@gemini-code-assist
Copy link
Copy Markdown

Note

Gemini is unable to generate a summary for this pull request due to the file types involved not being currently supported.

@cartland cartland merged commit 4d93f86 into main Oct 16, 2025
1 check passed
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