You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I actually had a CI running, but it looks like it broke with the latest changes i made to my home server. I tried using github actions for building kristall, but i the problem is i need some more complex system setup than i feel comfortable with github actions.
If you are experienced with this, i appreciate all help!
I see, I have experience with Actions, but zero experience with building desktop/native apps (I'm just a web dev). I could help with the Actions setup part if someone who is a C++ dev can help me with the build steps required.
Both build-and-deploy files are invoked by my own "CI", but this is stuck right now due to config problems. So you can use that as a inspiration. The Linux CI needs to run on ubuntu 18.04 or older, that's why it uses Docker
The latest "Nightly build" on the Kristall website seems to be from last March. Still contains bugs that were fixed a while ago such as this one #235
I think it would be better to just include binaries in each Github release, maybe the build could be automated with something like Github Actions? E.g. https://github.com/marketplace/actions/build-c-project
The text was updated successfully, but these errors were encountered: