-
Notifications
You must be signed in to change notification settings - Fork 111
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
cgru build pipeline #567
Comments
I am not familiar with with github actions and workers. It much harder to do it for MS Widows. There is much lesser automation. Just a cmd script that run cmake with a needed environment. All needed depends need to be installed manually. Then you should manually open cmake generated project in Visual Studio. But some brave man trying to automate windows too: |
I see, the linuxes would not be a problem to create. I dont have much experience with windows. if #552 is solved we can add the build as well since github build pipelines allow for building on a windows vm. I will check to make the linuxes possible, so you can merge that and then later update the github release manually with windows. |
Can I use VCPKG package management? This is my attempt
|
Hello,
I made a build pipeline based on github actions. What it does:
This is currently only done for ubuntu and debian, you can see it here: https://github.com/sebastianelsner/cgru/actions
This will make releases go in seconds.
The question is, if you are interested in merging this, should other Linux OSes also be compiled?
I have no experience with windows, tho...
The text was updated successfully, but these errors were encountered: