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

chore(ci): build, test, release + installer ready #4

Merged
merged 16 commits into from
Oct 26, 2023

Conversation

heronimus
Copy link
Contributor

@heronimus heronimus commented Oct 19, 2023

Closes: DEVOP-73

What is the purpose of the change

  • Init CI workflow for build, test (+coverage), and binary release
    • test: execute go test .. + upload coverage results to Codecov.io
    • build: execute go build ..
    • release: upon Github Release event is created, trigger the test, build, and attach the build binary to Github Release.
  • Released binary can be installed from our self-hosted installer: curl https://install.world.dev/cli! | bash
  • **Skip the current failed unit test for this CI run, need to address this on separate PR.

Testing and Verifying

  • Make sure the test, build, and release workflow runs successfully.
  • Create a Github Release, wait for release CI to run, and check if all cross-platform binary is uploaded to the corresponding release.

image

  • On your local device, run curl https://install.world.dev/cli! | bash, see if the binary is installed.

image

@codecov
Copy link

codecov bot commented Oct 19, 2023

Welcome to Codecov 🎉

Once merged to your default branch, Codecov will compare your coverage reports and display the results in this comment.

Thanks for integrating Codecov - We've got you covered ☂️

@heronimus heronimus marked this pull request as ready for review October 19, 2023 15:36
Copy link
Contributor

@pyrofolium pyrofolium left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM!!!!

@smsunarto
Copy link
Member

@heronimus can you rebase this and merge? i deleted all the tests right now since it's no op.

@heronimus heronimus merged commit f0bc858 into main Oct 26, 2023
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants