AppImage / type2-runtime

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

Add a test to see whether the produced runtime works #52

Open probonopd opened 1 month ago

probonopd commented 1 month ago

We need to add a test to see whether the produced runtime works. We had this in AppImageKit.

Currently the build can be green even though the runtime segfaults immediately.

This might have prevented

This might partially be accomplished by

and then testing the produced appimagetool AppImage briefly there.