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

Port CI to GitHub Actions #32

Merged
merged 1 commit into from
Aug 24, 2020
Merged

Port CI to GitHub Actions #32

merged 1 commit into from
Aug 24, 2020

Commits on Jul 31, 2020

  1. Port CI to GitHub Actions

    This should emulate the behavior of the previous Azure Pipeline CI build. The only exception is the build artifact is
    now stored as a GitHub Actions workflow artifact rather than on Azure Pipeline.
    
    To work around the actions/upload-artifact action's behavior of removing executable file permissions from the workflow
    artifacts, I uploaded the archive file as the artifact. The downside to this workaround is you get a .zip file inside of
    a .zip file:
    
    binary_Linux.zip
    |_ arduino-language-server_Linux_amd64.zip
        |_ arduino-language-server
    per1234 committed Jul 31, 2020
    Configuration menu
    Copy the full SHA
    3b99c8b View commit details
    Browse the repository at this point in the history