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

[CI] Update after arduino-cli change #1107

Merged
merged 5 commits into from
Jul 3, 2020
Merged

Commits on Jul 2, 2020

  1. [CI] Fix build failed management

    Since arduino-cli v0.11.0 '-o' options has been removed.
    The script does not handle properly this case which raised
    a command usage error.
    
    Error: unknown shorthand flag: 'o' in -o
    Usage:
      arduino-cli compile [flags]
    
    So this fix allows to properly handle it.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    b351b55 View commit details
    Browse the repository at this point in the history
  2. [CI] Update binary management after cli change.

    With new arduino-cli v0.11.0, output management has changed.
    See arduino/arduino-cli#687
    
    Binaries are always copied.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    7568025 View commit details
    Browse the repository at this point in the history
  3. [CI] Manage arduino-cli version

    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    c52765f View commit details
    Browse the repository at this point in the history
  4. [CI] Harden exception handling

    If the executed command failed return the output and the error code.
    
    Signed-off-by: Frederic Pillon <frederic.pillon@st.com>
    fpistm committed Jul 2, 2020
    Configuration menu
    Copy the full SHA
    6da8759 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2020

  1. Revert "[CI] Force arduino-cli 0.10.0 usage"

    This reverts commit b12a554.
    fpistm committed Jul 3, 2020
    Configuration menu
    Copy the full SHA
    3e3cfb3 View commit details
    Browse the repository at this point in the history