car-codelabs icon indicating copy to clipboard operation
car-codelabs copied to clipboard

Add CI workflows for car app library fundamentals

Open cartland opened this issue 8 months ago • 0 comments

This commit adds two new CI workflows to automate the build process for the 'Car App Library Fundamentals' codelab. These workflows are triggered manually with worflow_dispatch and on push and pull request events to the main branch.

The workflows perform the following steps:

  • Checkout the code
  • Set up JDK 17
  • Set up Gradle
  • Make gradlew executable
  • Build the automotive app or the regular app

cartland avatar May 22 '25 19:05 cartland