Sign inSign up

modmyclassicdocker/mmc-crosscompiler

By modmyclassicdocker

Updated over 6 years ago

ModMyClassic Cross Compiler Docker Image

Image
0

411

modmyclassicdocker/mmc-crosscompiler repository overview

ModMyClassic Cross Compiler Docker image

License: GPL v3

Developed and maintained by ModMyClassic (https://modmyclassic.com)


What is this project?

This project provides the devs and general public the ability to develop/build/test their own cores/ports/applications for the classics consoles using this already pre-configured and set up cross compiling Docker Image.

This eliminates all the hassle and technical knowledge required to get your cross compiler environment set up and can be used on any flavour of operating system. In theory all you need to do is install Docker and run the Docker image and you will have a fully fledged dev environment for the classics running on your computer.

If you point to the latest tag (true by default) then every time you spin up the container it will ensure you are using the latest version as everyone else is using.

What is the image endpoint for the latest build?

modmyclassicdocker/mmc-crosscompiler:latest

TL;DR (a.k.a how to make it work)

  1. Make sure Docker installed (Docker for Desktop for Mac + Windows users)
  2. git clone --recurse-submodules https://gitlab.com/bleemsync-dev/docker-autodevops-buildenvs/mmc-crosscompiler-docker-image.git
  3. (IF you want to try building the images) ./build_image
  4. ./run_image (if on mac otherwise:)
docker start -i modmyclassicdocker/mmc-crosscompiler:latest bash

Automated Dev-Ops with Gitlab CI / CD

This Project is powered by GitLab's CI/CD automated dev ops. This means this project will automatically build, test and deploy to the dockerhub repo

This whole process is handled by GitLab's remote runners hosted within kubernetes clusters.

Tag summary

Content type

Image

Digest

Size

1.1 GB

Last updated

over 6 years ago

docker pull modmyclassicdocker/mmc-crosscompiler