karniv00l/PlatformIO Run
Run PlatformIO project targets over environments declared in platformio.ini
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| environments | Process specified environments (comma separated). | no | — |
| targets | Process specified targets (comma separated). | no | — |
| project-dir | Specify the path to project directory. By default, project-dir is equal to current working directory (CWD). | no | — |
| project-conf | Process project with a custom platformio.ini | no | — |
| jobs | Control a number of parallel build jobs. Default is a number of CPUs in a system. | no | — |
| silent | Suppress progress reporting. | no | — |
| verbose | Shows detailed information when processing environments. | no | — |
| disable-auto-clean | Disable auto-clean of build_dir when platformio.ini or src_dir (project structure) have been modified. | no | — |
Outputs
no outputs