TangentFoxy / SCP-Clicker

A clicker/idle game originally created for the 1-Bit Clicker jam on Itch.io
https://guard13007.itch.io/scp-clicker
Other
2 stars 1 forks source link

Add hook or something that makes it so I push new builds automatically when commiting instead of using ./build #86

Open TangentFoxy opened 7 years ago

TangentFoxy commented 7 years ago

Basically, I want to be able to use ./run locally for testing and whatnot, and just push commits and have them automatically build an early access version and push it to Itch.io, that way I never have to sit there and wait on ./build or whatever.

Note: I need to modify the script to remove extra files after every build, because else my server will fill up with extra built versions.

TangentFoxy commented 7 years ago

Make the system able to redirect command output and return it? Nah, just alert me on failure via email so I can go take a look.