Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

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

Copy link
Copy link
Open
@ianfixes

Description

@ianfixes
Issue body actions

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: git@git.com:me/gitLibrary.git

Note the need to enable this feature in the first place arduino/arduino-cli#1075

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      Morty Proxy This is a proxified and sanitized view of the page, visit original site.