Page 1 of 1

Docker images - more info available?

Posted: Sun May 08, 2022 11:12 am
by Bossman
I've managed to get the devkitPPC toolchain running locally and am now happily building GameCube DOLs, but some of my team are having challenges. When I saw that there were Docker images available for "CI/CD" it made me wonder if there was a way that we could use this to automatically build DOLs using the toolchain when code is merged to the main branch of a GitHub repository?

Have I interpreted the purpose of the Docker images correctly, and if so, does anyone know of a guide to setting this process up?

Re: Docker images - more info available?

Posted: Wed Apr 19, 2023 2:15 pm
by WinterMute
There isn't really very much to it. You can use github workflows to build your project on every commit like this https://github.com/devkitPro/libogc/blo ... ows/ci.yml

You can transfer built dol files to github pages with something like https://github.com/marketplace/actions/ ... thub-pages