-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Create build actions for Win/Mac/Linux #122
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
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| @@ -0,0 +1,5 @@ | ||||||||||||||||||||||||||||||||
| # Issue 16 | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
| Work in progress by Emulated Coder. | ||||||||||||||||||||||||||||||||
|
|
||||||||||||||||||||||||||||||||
|
Comment on lines
+1
to
+4
|
||||||||||||||||||||||||||||||||
| # Issue 16 | |
| Work in progress by Emulated Coder. | |
| # Issue 16: Create build actions for Win/Mac/Linux | |
| **Status:** Work in progress. _Build workflow implementation is currently missing._ | |
| ## Next Steps | |
| - [ ] Add GitHub Actions workflow files in `.github/workflows/` to build for: | |
| - Windows | |
| - macOS (x86_64 and ARM64) | |
| - Linux | |
| - [ ] Reference or update the existing `.github/workflows/release.yml` (lines 13-142) if appropriate. | |
| - [ ] Ensure the workflows perform the required build steps for each platform. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The phrase "Work in progress" suggests this PR is incomplete. PRs should generally be complete and ready for review before being opened, unless explicitly marked as a draft PR.