blobbyvolley2
blobbyvolley2 copied to clipboard
Extend CI builds to cover all supported platforms
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?~~
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.
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
@danielknobe I think MSVC is now covered with the VCPKG workflow, right?
Yes it`s covered and works.