-
Notifications
You must be signed in to change notification settings - Fork 51
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
Create release session on github #34
Comments
Hi @paulo-coutinho , This is a great idea, and we have discussed about it internally, too. If we are going to make binary release for the code generator then I think we need to package and release versioned support library too, to match the code generator version, because the two usually have to work closely together. At Snap we have never tested it on Windows as all our development work happen on posix systems. I'm not sure how much work is involved to get it back to work on Windows. If you are willing to help creating the release workflow and/or bring back the Windows support, we'll definitely appreciate that. |
Hi, I can make both. I'm on vacation now, but I will back soon and start both work, ok? |
Thank you! Feel free to work in your own pace. The way I imagine it is like this:
|
Ok, nice.
|
It is OK to exists now? |
Do you mean making a release now? |
Are you going to create a new release now or are you still going to develop something? |
No, it's good. I'll make one. Not sure what version number to use. I personally don't think this repo has reached 1.0 quality so probably v0.5.0? What do you think @bholmes-sc ? |
Maybe version |
I tried and got an error
|
Fixed in my PR: |
I got another failure. The action ran for 25minutes and got killed. |
@finalpatch try re-run, i don't have permission to do. |
Tried, it seems stuck again. |
If it not uploaded to release, can be because of that bug. You will need delete the tag and create/release it again. |
Yeah you are right, last run succeeded. Thanks! |
Hi,
Can you create release session on Github with pre-compiled binary to we don't need compile it manually?
It will help me too into my tool to only download the binary instead of compile everything.
I can help with a pr or something if you need.
My suggestion is make something like other djinni fork that is create a binary for posix and windows:
https://github.com/cross-language-cpp/djinni-generator/releases
Thanks.
The text was updated successfully, but these errors were encountered: