Skip to content

apollo-fire/ccs-build

Repository files navigation

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

- uses: apollo-fire/ccs-build@v2.0.0
  with:
    project-path: path/to/ccs-project/
    project-name: my-project
    build-configuration: Debug

Selecting a Specific Compiler

- 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

Available MSP430 Compilers

  • 18.1.3
  • 21.6.0

About

Docker Action that can build a Code Composer Studio project

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors