Sublime3 has scriptable build systems. I'm trying to make a custom one which uses putty & ssh to get to a remote linux box and compile my code there. I would be running sublime in windows and using Sublime SFTP to keep my code up to date on both machines.
I'm also entirely open to a better way to do this.