-
Notifications
You must be signed in to change notification settings - Fork 152
Add Github CI/CD #148
Comments
CI should be used and implemented when a project is production ready and when the infrastructure of it has been delineated. But I am new here so I don't know what face thinks. |
We're planning on eventually using GitHub Actions to do all the building, but we still have to figure out how to build and pack everything from the CLI + we don't even have proper support and builds for everything yet. Every platform has its own issues: the Linux AppImage fails to open on Ubuntu 22.04 and Debian, the Windows build has broken image support + we haven't figured out how to pack an installer from the CLI yet, and the macOS build is just an install script for now. Speaking of install scripts, those are getting improved too. |
#162 someone's made a pr for CI/CD |
don't you think that i noticed? |
Just saying it for people that didn't |
It would probably help a lot to add CI/CD scripts into this project, so every commit github will get a server to automatically compile it for you, as long as you get the commands correctly, will this be added?
The text was updated successfully, but these errors were encountered: