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 snes9x repo instead of the RetroArch one - like the overlay image and NintendoSNES.cfg
  • This needs at least one runner with docker support
Edited by Starcarr

Merge request reports