The actual project has very limited [but functional] build and test workflow, Improving it will make possible to run automated tests and builds, even using docker for compiling and in a future cross compiling to generate the arm packages for example.
This improvements may cover:
- Automated testing on Github actions
- Automated builds on Github actions
- Full docker support for the mentioned targets
- Automated generation of .deb and .AppImage packages
- Multiarch builds (to generate arm packages)
The AppImage distribution format will allow the use of the software in a non Debian based distros (like Fedora, Arch, etc) and a fast way to test beta or even alpha versions.
The actual project has very limited [but functional] build and test workflow, Improving it will make possible to run automated tests and builds, even using docker for compiling and in a future cross compiling to generate the arm packages for example.
This improvements may cover:
The AppImage distribution format will allow the use of the software in a non Debian based distros (like Fedora, Arch, etc) and a fast way to test beta or even alpha versions.