# CICD SDK

Source: https://forum.modalai.com/topic/4793/cicd-sdk
Category: VOXL SDK and Software (https://forum.modalai.com/category/47/voxl-sdk-and-software)
Tags: voxl-sdk
Posted: 2025-10-02 20:07:37 UTC by wilkinsaf
Replies: 2 · Views: 607

## wilkinsaf · 2025-10-02 20:07:37 UTC

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.

## Reply by tom (ModalAI staff) · 2025-10-02 20:11:48 UTC

@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

## Reply by wilkinsaf · 2025-10-02 21:06:59 UTC (in reply to tom)

@tom Thank you @tom
