generated from macoy/gamelib-project-template
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
3 months ago | |
---|---|---|
Dependencies | 3 months ago | |
data/Fonts | 9 months ago | |
src | 3 months ago | |
.gitignore | 6 months ago | |
.gitmodules | 6 months ago | |
Build.bat | 7 months ago | |
Build.sh | 7 months ago | |
COPYING | 8 months ago | |
CopySignWindowsAutoUpdate.sh | 7 months ago | |
LICENSE | 9 months ago | |
MakeAutoUpdate.bat | 7 months ago | |
MakeAutoUpdate.sh | 7 months ago | |
ReadMe.org | 8 months ago | |
RunProfiler.sh | 9 months ago |
ReadMe.org
Distributed Automation
A continuous integration and distributed work automation system.
This allows for ordering remote machines to do work, which includes things like cloning or updating repositories and running scripts.
Setup
-
Edit
Build.sh
to include your work lists module to be compiled into the master. In my case, I've cloned my lists adjacent to the clone of this repository, so I specify my work lists as../distributed-automation-lists/src/WorkLists.cake
. -
Run
./Build.sh