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

Update Github actions #199

Merged
merged 5 commits into from
Jun 6, 2022
Merged

Update Github actions #199

merged 5 commits into from
Jun 6, 2022

Conversation

stdevMac
Copy link
Member

@stdevMac stdevMac commented Jun 4, 2022

Fixes #105

  • Re-arrange the project to contain fewer Github Actions
  • Use make compile instead make all
  • Add Welcome action for first time contributors
  • Add release action for deployment to github releases

Used upx to compress the binaries

Supported arch binaries:

  • windows/amd64
  • windows/386
  • darwin/amd64
  • darwin/arm64
  • linux/amd64
  • linux/arm64

@codecov
Copy link

codecov bot commented Jun 4, 2022

Codecov Report

Merging #199 (b03a031) into main (5668b02) will not change coverage.
The diff coverage is n/a.

@@            Coverage Diff            @@
##              main      #199   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           48        48           
  Lines         4230      4230           
=========================================
  Hits          4230      4230           
Flag Coverage Δ
unittests 100.00% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 5668b02...b03a031. Read the comment docs.

@adriantpaez adriantpaez merged commit 80793cc into main Jun 6, 2022
@adriantpaez adriantpaez deleted the github_actions_update branch June 6, 2022 21:33
IronGauntlets pushed a commit that referenced this pull request Aug 18, 2022
* Update Github actions

* Add welcome message for issues and PR's

* Add .dist folder to gitignore

* Add release script

Co-authored-by: Adrian Tubal Páez Ruiz <adriantpaez@gmail.com>
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.

Welcome Message in PR and Issues
2 participants