Astrabit-ST / ModShot-Core

A fork of mkxp, forked for OneShot, forked for OneShot mods, (not to be confused with the ModShot server)
https://nowaffles.com
GNU General Public License v2.0
19 stars 9 forks source link

Build AppDir instead of AppImage on Linux, and add Linux compilation github action #15

Closed rkevin-arch closed 3 years ago

rkevin-arch commented 3 years ago

As title. The Github action should take 10-15mins to build without a cache, and 3-4mins to build with a cache. Journal compilation is disabled.

BTW, I have repushed the rkevin/build-oneshot-linux:with-openssl docker container, and you should repull using docker pull rkevin/build-oneshot-linux:with-openssl. All I changed is to always use the build-entrypoint-linux.sh that's in the mounted source directory, and not use a hardcoded entrypoint at container build time. Since this PR changed the build entrypoint, you should repull the build container.