2019-09-04 04:42 AM
Hi guys,
I am very new to continuous integration. My company has tasked me to set up a gitlab ci for there STM32CubeMX project. They want the following:
I want to know is this possible or not? They want all the tools for compiling and testing etc on windows machine which will have the gitlab runner. If someone did this can they help me with the steps i will be very thankful.
2022-12-23 04:24 AM
im about to try the same thing, did you make it @dean.avenger ?
2022-12-23 09:23 AM
Gitlab Runner works on Windows.
CubeMX and Eclipse have 'headless' mode. So you have only settle networking issues to connect the two machines.
2022-12-24 12:55 AM
Look at the answer here. I just added the same line in the gitlab-ci.yml file. I used the shell runner with gitlab-runner inside the targeted VM. I hope it answers your question.