Build with Code Composer Studio™ integrated development environment (IDE)
Version updated for https://github.com/uoohyo/action-ccstudio-ide to version v2.1.1.
- This action is used across all versions by 2 repositories.
Action Type
This is a Docker action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The action-ccstudio-ide GitHub Action automates the process of building embedded projects using Texas Instruments’ Code Composer Studio (CCS) IDE within a CI/CD pipeline. It sets up a CCS environment in a Docker container, supports version selection, and allows users to specify project paths, build configurations, and components. This action streamlines workflows by eliminating manual setup of CCS for building and testing embedded software projects.
What’s Changed
- 🔀 Merge pull request #7 from uoohyo/develop (e17a187)
- ✨ add auto-import option for workspaces with shared dependencies (2ea1764)
- 📝 document SLF4J warning as known harmless Eclipse warning (fcdebba)
- 🐛 resolve project-path against /github/workspace in Docker (24dc2d8)
- 🔀 Merge pull request #6 from uoohyo/develop (b54f41a)
- 🔀 merge main into develop — resolve CCS_ECLIPSE_DIR conflict (7078dff)
- 📝 use floating major tag @v2 in README usage example (f5c8ed1)
- 📝 add supported version range and v9- components caveat to README (b108584)
- 📝 update action version in README usage example to v2.0.2 (157dfe2)
- 🐛 add export PATH for CCS_ECLIPSE_DIR (a5cb37d)