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.
|
2 weeks ago | |
---|---|---|
Dependencies | 2 weeks ago | |
data/Fonts | 1 month ago | |
src | 2 weeks ago | |
.gitignore | 3 weeks ago | |
.gitmodules | 1 month ago | |
Build.bat | 2 weeks ago | |
Build.sh | 2 weeks ago | |
COPYING | 1 month ago | |
LICENSE | 1 month ago | |
ReadMe.org | 2 weeks ago | |
RunProfiler.sh | 1 month 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