pseyfert/extractor action
run the compile commands executor
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| env | additional environment variables for the executed process 'var=value:::var=value' | no | "" |
| replace_args | replacement of executer arguments 'oldflag=newflag:::regex=something$1 | no | "" |
| append_args | additional command line arguments (appended) '-Wall:-Wextra' | no | "" |
| prepend_args | additional command line arguments (prepended) '-Wall:-Wextra' | no | "" |
| remove_args | arguments that shall be removed '-W.*' | no | "" |
| exe | executable to execute for all TUs | yes | — |
| accept_tus | filter which TUs shall be processed 'obj1:obj2:obj.*' | no | "" |
| reject_tus | filter which TUs shall not be processed 'obj1:obj2:obj.*' | no | "" |
| trace_file | trace file | no | "" |
| build_path | path to compile_commands.json | yes | — |
| concurrency | how many parallel executions should run | no | 1 |
Outputs
no outputs