An open API service indexing awesome lists of open source software.

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

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