AppImage / type2-runtime

The runtime is the executable part of every AppImage. It mounts the payload via FUSE and executes the entrypoint.
Other
22 stars 17 forks source link

Run smoke test with appimagetool during CI pipelines #58

Open TheAssassin opened 3 months ago

TheAssassin commented 3 months ago

To make sure that appimagetool can work with the produced binaries, we should build it and run a short smoke test (i.e., build an AppImage, e.g., of appimagetool itself). That way, we make sure we don't accidentally break the relation between the two projects.

probonopd commented 3 months ago

Won't that increase the build time in this repository tremendously? What is the advantage over just telling the appimagetool repository to trigger a build? (You referred to "dependency hell" but I don't quite understand how the solution proposed above is better.)