Description
Maybe tidy5 could use some continuous integration to automate builds etc.
Options are
Tavis-ci.org
I submitted a patch here for travis integration, see notes at bottom
#173
Travis at its most basic, can check the code compiles
However, there are features, such as deploying articats, debs, zips to "somewhere"..
Of interest is github releases
- setup here http://docs.travis-ci.com/user/deployment/releases/
- and "binaries" would end up here https://github.com/htacg/tidy-html5/releases
- note releases only "releases" tags.
Jenkins
Am playing with a jenkins instance here on openshift.com
And have already setup a "job" to compile the docs, and make a zip file as demoed here.
For jenkins to work, we would need to setup some users, and also slaves.
Slaves can be anything, but we would need a linux32/64, windows32/64 mac etc..
and all the necessary software installed.
For jenkings access, please send me your email and requested username, so I can setup (cant thing of a better way)