kodi-game / kodi-game-scripting

Scripting for Kodi Game add-ons
GNU General Public License v2.0
5 stars 9 forks source link

Update kodi-game repos to Kodi Matrix #78

Closed garbear closed 4 years ago

garbear commented 4 years ago

Description

This updates the generated build system files to build using Matrix.

Based on https://github.com/kodi-game/game.libretro/commit/ea6c8e20e554b4c6f0e9cb5304db4568d8d08ffc

How has this been tested?

Ran process_game_addons.py in an Azure Pipeline and built Yabause. Results: https://github.com/kodi-game/game.libretro.yabause/commit/b027382cc6477fa49283be3336279ca5898b580a

lrusak commented 4 years ago

looks good. I assume we want to stick with the master branch for all the add-ons and not use Matrix branch like the non game add-ons use?

garbear commented 4 years ago

I assume we want to stick with the master branch for all the add-ons and not use Matrix branch like the non game add-ons use?

Yes, game add-ons use the libretro API still at v1 and doesn't depend on kodi version.

garbear commented 4 years ago

Updated to fix test cases and pass GitHub Actions

garbear commented 4 years ago

@lrusak good to go?

lrusak commented 4 years ago

@lrusak good to go?

Looks ok to me! Only one way to find out! Press the button!