Hello,
I am looking for information to be able to process CI/CD automatic tests for an nRF5340 project.
I mean compilation of the project, and simple tests by using GitLab tool.
Thank you.
Hello,
I am looking for information to be able to process CI/CD automatic tests for an nRF5340 project.
I mean compilation of the project, and simple tests by using GitLab tool.
Thank you.
Hi Launix,
I am not very familiar with GitLab specifically, but I believe that the CI/CD integration relies on general tools such as Git, Docker, and an Ubuntu-based environment, and is not necessarily specific to your dedicated Git server host, whether it is GitLab or GitHub.
Below are related pages your can refer to.
nRF Connect SDK toolchain Docker image
(+) Building a custom project using NRF Docker image - Nordic Q&A - Nordic DevZone - Nordic DevZone
Best regards,
Charlie
Hi Launix,
I am not very familiar with GitLab specifically, but I believe that the CI/CD integration relies on general tools such as Git, Docker, and an Ubuntu-based environment, and is not necessarily specific to your dedicated Git server host, whether it is GitLab or GitHub.
Below are related pages your can refer to.
nRF Connect SDK toolchain Docker image
(+) Building a custom project using NRF Docker image - Nordic Q&A - Nordic DevZone - Nordic DevZone
Best regards,
Charlie
Hello Charlie,
Thanks a lot for these inforamtion. It will help me.
Best regards.