space-wizards / space-station-14

A multiplayer game about paranoia and chaos on a space station. Remake of the cult-classic Space Station 13.
https://spacestation14.io
MIT License
2.71k stars 3.43k forks source link

The github builds should export the build as an Artifact #2733

Closed Erisfiregamer1 closed 3 years ago

Erisfiregamer1 commented 3 years ago

See Anuken/mindustry for what I mean. The GitHub builds should upload the final product to GitHub, allowing for MUCH easier tests of things without manually compiling. Just make the PR and grab the client it exports. I guess this could count as a Quality Of Life thing? idk

metalgearsloth commented 3 years ago

It already gets uploaded to jenkins and is usable by the watchdog https://builds.spacestation14.io/jenkins/job/SS14%20Content/

PJB3005 commented 3 years ago

The GitHub builds should upload the final product to GitHub, allowing for MUCH easier tests of things without manually compiling. Just make the PR and grab the client it exports.

Just check the code out locally with git if you want this. It'll be 10 times easier.