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.
|
7 months ago | |
---|---|---|
Dependencies | 7 months ago | |
data/Fonts | 1 year ago | |
src | 7 months ago | |
.gitignore | 10 months ago | |
.gitmodules | 9 months ago | |
Build.bat | 11 months ago | |
Build.sh | 11 months ago | |
COPYING | 11 months ago | |
CopySignWindowsAutoUpdate.sh | 11 months ago | |
LICENSE | 1 year ago | |
MakeAutoUpdate.bat | 11 months ago | |
MakeAutoUpdate.sh | 11 months ago | |
ReadMe.org | 1 year ago | |
RunProfiler.sh | 1 year 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