Docker (and CI in general) build currently isn't generating protobuf files. Docker image also needs to check that pigpio works.
11 lines
369 B
Markdown
11 lines
369 B
Markdown
# Protobuf
|
|
|
|
This module contains the protobuf definitions used by PiCar.
|
|
|
|
## Build
|
|
|
|
Run the gradle task
|
|
|
|
`./gradlew generateProto`
|
|
|
|
It's not recommended to run this alone, unless you plan on manually copying the generated files. The build.gradle files in the other projects will automatically copy the correct generated code across, which is recommended to use instead. |