ps2dev / gsKit

gsKit is a C interface to the PS2 Graphics Synthesizer
Other
103 stars 27 forks source link

Automate generation of Docker Image #36

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-ports 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: