Skip to content
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

support git-url and zip-path in library installation #278

Open
ianfixes opened this issue Jan 29, 2021 · 0 comments
Open

support git-url and zip-path in library installation #278

ianfixes opened this issue Jan 29, 2021 · 0 comments
Labels
backend enhancement New feature or request

Comments

@ianfixes
Copy link
Collaborator

ianfixes commented Jan 29, 2021

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:

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant