car-codelabs
car-codelabs copied to clipboard
Add CI workflows for car app library fundamentals
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