Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Orace/ccsbuild

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⚙️ CCS Build GitHub Action

This GitHub Action builds TI Code Composer Studio (CCS) projects using the command-line interface inside a Docker container.

✅ Features

  • Uses CCS 20.3.1 preinstalled in a container
  • Initializes workspace
  • Auto-imports project
  • Builds one or more configurations

📦 Usage

- 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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages