Skip to content

[CICD] Added CICD config

Starcarr requested to merge (removed):feature/cicd into master

Description

This PR adds a CICD pipeline that will compile libretro_switch.a and then build an nro from retroarch with it.

  • This installs devkitARM using pacman before execution
  • Everything will be compiled for all branches
  • The zip will only be created for master

Comments

  • We could have some of the assets specific to this project in the snes9x2010 repo instead of the RetroArch one - like the overlay image and NintendoSNES.cfg
  • This needs at least one runner with docker support
  • I have tested the generated nro and it's working correctly. I have attached the artifacts generated in my fork.

snes9x2010.zip

Merge request reports