<d1b2>
<chille0417> @azonenberg Who is working on the CI pipline right now? I just managed to create a working AppImage (from source). I have no idea how GitHub Actions work (If thats whats used), but It should hopefully be easy to integrate.
<d1b2>
<azonenberg> johnsel and david.rysk have both touched it in the past iirc. neither is actively working on it right this minute
<d1b2>
<azonenberg> They're both busy trying to eliminate the last function that depends on Cairo so we can eliminate a large dependency that's annoying on windows
<d1b2>
<david.rysk> look at some of the existing actions
<d1b2>
<chille0417> I'm looking at the build-ubuntu.yml right now. I'm not sure if it could be squeezed in there, or we should have a separate pipeline. I'm using parameters for cmake that might interfere with the other stuff.
<d1b2>
<chille0417> I can see if I can make it work with a "pure" cmake ..