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

Improve CI to provide releases for Mac OS and Windows #18

Open
Asone opened this issue Mar 29, 2023 · 0 comments
Open

Improve CI to provide releases for Mac OS and Windows #18

Asone opened this issue Mar 29, 2023 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed

Comments

@Asone
Copy link
Owner

Asone commented Mar 29, 2023

Current CI does not provide releases based for Mac OS nor Windows.

Regarding the above matters :

Windows :

The compile step works. However i suspect the generated binary is a .exe file. The current release asset step expect a nostrss file where windows release is probably a nostrss.exe file which makes the release packaging fail.

Mac OS :

The release build step fails due to an -arch option provided in compile configuration. The option only exists in the gcc version provided by Apple, which means this could probably be possible to be built only in Mac OS environment.
I read that providing some custom flags could be helpful but i can't find the thread regarding this option anymore.
i'll try to find it again and annotate it here so i'll be able to give it a try.

@Asone Asone added enhancement New feature or request help wanted Extra attention is needed labels Mar 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
No open projects
Status: No status
Development

No branches or pull requests

1 participant