-
Notifications
You must be signed in to change notification settings - Fork 34
.arduino-ci.yml is case sensitive for platforms #261
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
* Add Arduino-CI * no unit test yet - Arduino-CI/arduino_ci#261
The main problem here is that YAML itself is not case sensitive. The platform names here refer to specific keys defined in the config It's an open question what the default should contain and how the platforms should be named -- one day I hope to be able to delegate all of this stuff to a backend. |
Just to explain this a bit better: to absolve myself of having to write definitions for every possible platform that someone might want to test, the config structure builds up package definitions, then adds platform definitions that refer to the packages. The unit testing and compilation testing config sections refer to those platform definitions. Since the I'm going to close this for now, if we reopen it then I'd prefer that it refer to a feature request in the |
Thanks, |
Absolutely |
Changed .arduino-ci.yml to uppercase for UNO see below, as this is a common way to write I propose to make the strings under platforms case independent
https://github.com/RobTillaart/MCP23017_RT/runs/1636467517 failed
The text was updated successfully, but these errors were encountered: