TheOpenSpaceProgram / osp-magnum

A spaceship game
https://www.openspaceprogram.org/
MIT License
209 stars 32 forks source link

Add continuous integration for raspberrian #149

Open jonesmz opened 3 years ago

jonesmz commented 3 years ago

Probably something like a clang-cross-compiler, or Linaro gcc-cross compiler, and then running unit tests in a raspberian qemu-static chroot.

tigercoding56 commented 1 year ago

Probably something like a clang-cross-compiler, or Linaro gcc-cross compiler, and then running unit tests in a raspberian qemu-static chroot.

or better yet just a debian /generic linux arm64 chroot (raspberry pi os formerly known as raspberian is just debian costumised to run better on the raspberry pi )

jonesmz commented 1 year ago

The point is to support this on github actions. None of the options you mentioned are currently available with github actions.

Please let me know if something like what i described is available though, as i'd be happy to adopt it.