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

Add GitHub Actions Workflow to build and publish #3

Open
wants to merge 9 commits into
base: master
Choose a base branch
from

Conversation

duhow
Copy link

@duhow duhow commented Jan 29, 2023

  • Runs build.sh command on PR and on push commit to master branch
  • If you generate a new GitHub Release (or git tag), the packages will self-build and publish in the Release.
    (needs write permission in Workflow permissions)

Feel free to squash for merging :)

@duhow
Copy link
Author

duhow commented Jan 29, 2023

I'll also be working in creating a Docker image to run n80 for other repositories.

@Konamiman
Copy link
Owner

Konamiman commented Mar 21, 2023

Hi, thanks for your contribution, but after merging #5 some things have changed:

  • build.sh is now in the root of the repository and will build all three programs (N80, LK80, LB80), placing the results in the Release directory of each program.
  • Same for zip.sh, will generate the zip files in the Release/zips directory of each program.
  • The .NET SDK 7 is now required for the build process (the resulting programs continue to target the .NET 6 runtime, though; I prefer to target LTS releases only).

Could you please adjust your pull request (and I guess #4 will also require changes) to take this in account? Thank you!

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.

None yet

2 participants