ps2dev / ps2-packer

Create packed ELF files to run on the PS2
GNU General Public License v2.0
72 stars 28 forks source link

Implement CI/CD #28

Closed fjtrujy closed 4 years ago

fjtrujy commented 4 years ago

Description.

This PR integrate the CI/CD in the repo. It uses the docker image generated by the ps2sdk repo, most concretely ps2dev/ps2sdk:latest.

This repo also receives dispatch notifications from ps2sdk report after a successful docker image created.

Additionally, how we want to show badge about CI/CD status in Readme it has been migrated to markdown file. Finally, the changelog that was previously included in the readme now is part of a separate file called Changelog

Thanks