ps2dev / ps2toolchain

This program will automatically build and install a compiler and other tools used in the creation of homebrew software for the Sony PlayStation® 2 videogame system.
BSD 2-Clause "Simplified" License
236 stars 71 forks source link

Automate generation of Docker Image #67

Closed fjtrujy closed 4 years ago

fjtrujy commented 4 years ago

Descriptions

This PR integrates CI/CD in the repo. The main purpose of this CI/CD are:

Additionally, once the docker image is generated, it dispatches an action to ps2sdk to notify it for starting the CI/CD process.

In total there is a group of 4 PRs to implement the flow. If we want to have the CI/CD green since the beginning we need to merge them in order and after the previous one finish the workflows.

The proper order is:

  1. https://github.com/ps2dev/ps2toolchain/pull/67
  2. https://github.com/ps2dev/ps2sdk/pull/118
  3. https://github.com/ps2dev/gsKit/pull/36
  4. https://github.com/ps2dev/ps2sdk-ports/pull/50

Everything has been done, thanks to: