Allow specifying environments to process using the ci (continuous integration) command #4347
Closed
1 task done
Labels
Milestone
What kind of issue is this?
Configuration
Operating system:
PlatformIO Version (
platformio --version
):-6.1
When using the ci command to run continuous integration tests, it would be very nice if I could specify which environments to use in the test, exactly how it is possible with the
run
command.ie:
pio ci --project-conf my-config.ini --e uno -e zero my_source
Currently, the ci command always processes all environments in the project configuration file.
The text was updated successfully, but these errors were encountered: