This GitHub Action builds TI Code Composer Studio (CCS) projects using the command-line interface inside a Docker container.
- Uses CCS 20.3.1 preinstalled in a container
- Initializes workspace
- Auto-imports project
- Builds one or more configurations
- name: Checkout code
uses: actions/checkout@v4
- name: Build with CCS
uses: orace/[email protected]
with:
product_family: c28
project_path: path/to/the/project
configurations: Debug;Release