Hello, I'm running into a problem where my simulink models won't build in the bitbucket pipelines cloud environment. I assume it could be easily implemented, however, I'm having trouble running simulink model builds using slbuild() in the cloud. For context, I'm using bitbucket pipelines in order to run my script.
When running a script that contains slbuild() in the cloud, the pipeline hangs and freezes at the stage at which it's supposed to build the simulink model. However, when I run the same script locally in powershell, the script runs successfully. I've ensured that I have the correct toolboxes, licenses, etc.
I'd appreciate any help or insight, thanks!