-
Notifications
You must be signed in to change notification settings - Fork 279
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automate compilation and generation of release artifacts. #271
Conversation
Awesome work @fjtrujy ! This way we can check every PR (also with downloadable ELF file), and every new build will have a downloadable ELF attached to it. Should we also remove .travis.yml ? |
Hello @rickgaiser, I think that before removing But probably it is better to do it in a separate PR. What do you think? |
Separate PR for .travis.yml is fine, then we're ready for merge. |
I forgot to mention, You can see the values in my fork. Thanks |
This is to make automatic compilations online or something like this? Looking at one of the commits i see that the different functions to compile PADEMU, IGS, Best regards. |
Hello @ElPatas1 , If there are additional compilation scenarios missing we can add them later, for now the most important thing is to have the CI/CD working, as we currently don't have anything. Trust me, merge it, and you will see |
@fjtrujy thank you for this amazing work!!! |
@fjtrujy, i see, when you can add please the RTL compilation feature, Best regards. |
Automate compilation and generation of release artifacts.
Automate compilation and generation of release artifacts.
Pull Request checklist
Note: these are not necessarily requirements
Pull Request description
This PR is doing basically 3 things:
ps2dev
team for assuring that theOpen-PS2-Loader
is compiling in all different compilation flavors@rickgaiser has been collaborating closely with me to achieve this.
Thanks