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

Cross-platform build #55

Closed
christophwille opened this issue Feb 21, 2021 · 5 comments
Closed

Cross-platform build #55

christophwille opened this issue Feb 21, 2021 · 5 comments

Comments

@christophwille
Copy link
Member

@jeffreye https://github.com/icsharpcode/AvaloniaILSpy/blob/master/build.cake#L5 is this still needed? Obviously wouldn't be x-plat.

#53 (comment) maybe a build matrix but ubuntu might be sufficient. Question is: are x permissions on the build output in the first place?

@christophwille
Copy link
Member Author

Would a dotnet build & dotnet publish suffice? (ie is cake "overkill"?)

@jeffreye
Copy link
Member

Need special treatments for osx. I don't see dotnet provides such feature to create app bundle for osx.

@christophwille
Copy link
Member Author

Valid argument. Ok, so we keep cake.

@christophwille
Copy link
Member Author

.cake has been fixed, matrix build is active.

@iMonZ
Copy link
Contributor

iMonZ commented Mar 4, 2021

Need special treatments for osx. I don't see dotnet provides such feature to create app bundle for osx.

Maybe this could help?
https://avaloniaui.net/docs/packing/macOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants