neural-networks-samples icon indicating copy to clipboard operation
neural-networks-samples copied to clipboard

Add GitHub Actions workflows for build automation

Open cartland opened this issue 6 months ago • 1 comments
trafficstars

This commit adds two new GitHub Actions workflows:

  • build-pose.yml: Builds the NeuralNetworksSamplesPoseEstimationApp.
  • build-sequence.yml: Builds the NeuralNetworksSamplesSequenceApp.

These workflows automate the build process for the specified applications, including setting up the JDK, Gradle, and building the app. The workflows are triggered on push and pull request events to the main branch, as well as workflow_dispatch.

cartland avatar May 08 '25 12:05 cartland