Skip to content

Build Server discussion

JarekSed edited this page Mar 19, 2013 · 3 revisions

Possibilities for the build server:

Approach 1: SSH

Approach 2: custom server

  • write custom server that listens on some port
  • We need to do auth/etc ourselves
  • Can have python code running on server for logic (checking if files need to be copied over again, etc), afaik the python ssh libraries let you run bash commands, which would be a little more of a pain)

Clone this wiki locally