Docker Action that can build a Code Composer Studio project
By default uses version 21.6.0 of the MSP430 code generation tools
- uses: apollo-fire/ccs-build@v2.0.0
with:
project-path: path/to/ccs-project/
project-name: my-project
build-configuration: Debug- uses: apollo-fire/ccs-build/compiler/<compiler version>@v2.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@v2.0.0
with:
project-path: path/to/ccs-project/
project-name: my-project
build-configuration: Debug- 18.1.3
- 21.6.0