This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler/CCSTUDIO: Command line installation for Continuous Integration of CCStudio projects on GitHub Actions

Part Number: CCSTUDIO

Tool/software: TI C/C++ Compiler

Hello,

we are using the CC2640R2 and CCStudio.
Our version management is done on GitHub, and we are using GitHub Actions for CI.

We would like to integrate the CCStudio Toolchain into our Actions and trigger a build of the whole solution after initial unit tests have passed.
For building the application, we probably need CCStudio(?) and the TI v18.2.3. LTS compiler.

Is there a way to get these tools through command line and trigger a build of the embedded application?

If it is not possible, please point me to ressources that document switching to the GNU compiler, so we can set up our own toolchain and remove CCStudio.