pipery-dev/Pipery C/C++ CI
CI pipeline for C/C++: SAST, SCA, lint, build, test, versioning, packaging, release, reintegration
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| project_path | Path to the project source tree the action should operate on. | no | . |
| config_file | Path to Pipery config file. | no | .pipery/config.yaml |
| build_system | Build system to use: auto, cmake, make, or meson. | no | auto |
| tests_path | Test filter pattern passed to ctest -R or equivalent. | no | "" |
| compiler | C++ compiler to use (e.g. g++, clang++). | no | g++ |
| cmake_flags | Extra flags to pass to the cmake configure step. | no | "" |
| target_platforms | Comma or whitespace separated OS/ARCH targets for cross-platform compilation, e.g. linux/amd64,windows/amd64,darwin/arm64. Empty builds the host platform. | no | "" |
| github_token | GitHub token for release and reintegration steps. | no | "" |
| version_bump | Version bump type: patch, minor, or major. | no | patch |
| log_file | Path to the JSONL log file written during the run. | no | pipery.jsonl |
| target_branch | Target branch for reintegration. | no | main |
| skip_sast | Skip SAST step. | no | false |
| skip_sca | Skip SCA step. | no | false |
| skip_lint | Skip lint step. | no | false |
| skip_build | Skip build step. | no | false |
| skip_test | Skip test step. | no | false |
| skip_versioning | Skip versioning step. | no | false |
| skip_packaging | Skip packaging step. | no | false |
| skip_release | Skip release step. | no | false |
| skip_reintegration | Skip reintegration step. | no | false |
Outputs
no outputs