-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Spinal][Github Action] Automatic Spinal firmware build flow by Github Action. #631
[Spinal][Github Action] Automatic Spinal firmware build flow by Github Action. #631
Conversation
…ct and .cproject instead of Debug files.
…ready exists in docker image.
… build f7 firmware.
Great! I realize that another very importnat purpose of this action is to check the compile error while building the project. |
Yes, it's already possible. |
One more question: how did you get |
I made the directory with following structure: Project_directory When you build Docker image, you can load stm32cubeide.zip by specifying “build context” like |
[GA][STM32 Firmware] change the registry of docker image
What is this
This PR provides a Github Action workflow that automatically builds Spinal firmware by Github Action.
Details
This workflow runs in a docker image where ros noetic and STM32CubeIDE are installed.
Dockerfile is now located here and you can download the built image with the following command:
$ docker pull ghcr.io/sugihara-16/docker_test/stm32cubeide_1.8.0_build_env:2024-11-03
Additionally, you can find example of generated files here.