We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
via arduino/arduino-cli#648
arduino-cli lib install <library name> now supports --git-url <url> and --zip-path <path>.
arduino-cli lib install <library name>
--git-url <url>
--zip-path <path>
the config should be expanded to allow something like this:
compile: libraries: - someLibrary # String value: let the Arduino library manager figure it out - localLibrary: # Hash zip_path: ./wherever/it/is.zip - gitLibrary: # Hash git_url: [email protected]:me/gitLibrary.git
Note the need to enable this feature in the first place arduino/arduino-cli#1075
The text was updated successfully, but these errors were encountered:
Enable custom installation scripts during CI
c6f4d73
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
via arduino/arduino-cli#648
arduino-cli lib install <library name>
now supports--git-url <url>
and--zip-path <path>
.the config should be expanded to allow something like this:
Note the need to enable this feature in the first place arduino/arduino-cli#1075
The text was updated successfully, but these errors were encountered: