blobbyvolley2 icon indicating copy to clipboard operation
blobbyvolley2 copied to clipboard

Extend CI builds to cover all supported platforms

Open ngc92 opened this issue 3 years ago • 4 comments

We have some form of support code in blobby for at least the following platforms which are currently not covered by the CI

  • [ ] Nintendo Switch
  • [ ] Android
  • [ ] iOS
  • [ ] WebAssembly/Ecmscripten?
  • [x] MSVC
  • [ ] SteamDeck / SteamOD?

~~There is also code for GP2X, is that obsolete by now?~~

ngc92 avatar Sep 17 '22 16:09 ngc92

GP2X support can be dropped. The blobby maintenance of the code for the gp2x has been discontinued for a long time and would probably already cause problems today.

danielknobe avatar Sep 22 '22 14:09 danielknobe

I've started to look at android, it appears github actions come with the android NDK pre-installed. I'm not yet sure how to get boost, SDL, and PhysFS there, though. Here is the current attempt: https://github.com/danielknobe/blobbyvolley2/actions/runs/3119155033

ngc92 avatar Sep 24 '22 17:09 ngc92

@danielknobe I think MSVC is now covered with the VCPKG workflow, right?

ngc92 avatar Feb 12 '23 15:02 ngc92

Yes it`s covered and works.

danielknobe avatar Feb 12 '23 15:02 danielknobe