zfb132/Build CCStudio Project
Build (or pull) the CCStudio Docker image, then run the build
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_location | Path(s) to CCS project file(s) or directories (comma-separated) | yes | — |
| build_type | Build type: Release or Debug | no | Release |
| results_dir | Path to the directory where build results will be copied | no | results_${{ github.run_id }}_${{ github.run_attempt }} |
| entrypoint | Script Path to override the default entry point file (e.g., ./entrypoint.sh); empty = default | no | "" |
| time_zone | Time zone (e.g., America/New_York); empty = UTC | no | UTC |
| ubuntu_version | Ubuntu version: 20.04, 22.04, or 24.04 | no | 24.04 |
| ccs_version | CCS version: e.g., 10.4.0.00006, 11.2.0.00007, 12.8.1.00005, or 20.2.0.00012 | no | 20.2.0.00012 |
| ccs_components | CCS components (e.g., PF_ALL) | no | PF_ALL |
| mmwsdk_version | mmWave SDK version (empty = skip) | no | 03.06.02.00-LTS |
| mmwsdk_components | mmWave SDK components (e.g., ALL; empty = skip) | no | ALL |
| bios_version | SYS/BIOS version (empty = skip) | no | "" |
Outputs
| name | description |
|---|---|
| results_dir | The absolute path to the directory where build results are copied |