CICD SDK
-
I have created some software that runs on the voxl.
I used the VOXL-CROSS template here: https://gitlab.com/voxl-public/voxl-sdk/voxl-cross-template
for all of my projects.
Now, I would like to have a CICD run that pulls them down and wraps them in my own SDK if you will.
I was curious if there is a recommended way to do this. I understand VOXL-SDK is built with CICD in mind. Is there a template I can use to do the same.
-
@wilkinsaf This is the script we use to build SDKs: https://gitlab.com/voxl-public/voxl-sdk/publishing-tools/-/blob/master/qrb5165/make-sdk-release.sh?ref_type=heads
-