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

Basic build test #1

Closed
wants to merge 6 commits into from
Closed

Basic build test #1

wants to merge 6 commits into from

Commits on May 17, 2022

  1. Update GOVERNANCE.md (envoyproxy#67)

    Added for Fidelity Investments
    skasisom6 authored May 17, 2022
    Configuration menu
    Copy the full SHA
    ff502da View commit details
    Browse the repository at this point in the history

Commits on May 25, 2022

  1. create binary, Makefile and basic build/test workflow

    Adds the envoy-gateway binary, a Makefile
    and a basic GitHub Actions workflow for
    running build and test jobs on each PR & push.
    
    Signed-off-by: Steve Kriss <[email protected]>
    skriss committed May 25, 2022
    Configuration menu
    Copy the full SHA
    e92a9fe View commit details
    Browse the repository at this point in the history
  2. move Go version to env var

    Signed-off-by: Steve Kriss <[email protected]>
    skriss committed May 25, 2022
    Configuration menu
    Copy the full SHA
    b12cd06 View commit details
    Browse the repository at this point in the history
  3. move build output to bin/

    Signed-off-by: Steve Kriss <[email protected]>
    skriss committed May 25, 2022
    Configuration menu
    Copy the full SHA
    05b5118 View commit details
    Browse the repository at this point in the history

Commits on May 26, 2022

  1. use setup-go v3.2.0's built-in caching

    Signed-off-by: Steve Kriss <[email protected]>
    skriss committed May 26, 2022
    Configuration menu
    Copy the full SHA
    d0e5a6f View commit details
    Browse the repository at this point in the history
  2. don't run build/test for .md/.png changes

    Signed-off-by: Steve Kriss <[email protected]>
    skriss committed May 26, 2022
    Configuration menu
    Copy the full SHA
    116a4cf View commit details
    Browse the repository at this point in the history