https://github.com/apollo-fire/ccs-build
Docker Action that can build a Code Composer Studio project
https://github.com/apollo-fire/ccs-build
action actions
Last synced: 10 months ago
JSON representation
Docker Action that can build a Code Composer Studio project
- Host: GitHub
- URL: https://github.com/apollo-fire/ccs-build
- Owner: apollo-fire
- License: mit
- Created: 2022-07-08T15:25:54.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-23T15:38:13.000Z (about 2 years ago)
- Last Synced: 2024-04-23T17:24:58.286Z (about 2 years ago)
- Topics: action, actions
- Language: Batchfile
- Size: 122 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# ccs_build
Docker Action that can build a Code Composer Studio project
By default uses version 21.6.0 of the MSP430 code generation tools
## Example usage
```yaml
- uses: apollo-fire/ccs-build@v1.0.0
with:
project-path: path/to/ccs-project/
project-name: my-project
build-configuration: Debug
```
## Selecting a Specific Compiler
```yaml
- uses: apollo-fire/ccs-build/compiler/@v1.0.0
with:
project-path: path/to/ccs-project/
project-name: my-project
build-configuration: Debug
# Using 21.6.0 as a worked example:
- uses: apollo-fire/ccs-build/compiler/21.6.0@v1.0.0
with:
project-path: path/to/ccs-project/
project-name: my-project
build-configuration: Debug
```
### Available MSP430 Compilers
* 18.1.3
* 21.6.0