Every repository with this icon (
Every repository with this icon (
tree 8dee0a97d7d1dc9655a7c0ffc6cd1c1962431af7
parent 6adc3fde35725c36cfd65cb5a25fac35d6b130d9
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun Apr 12 18:53:37 -0700 2009 | |
| |
MANIFEST.in | Sat Apr 04 07:44:13 -0700 2009 | |
| |
Makefile | Tue Dec 01 18:13:25 -0800 2009 | |
| |
README.rst | Tue Apr 21 12:38:46 -0700 2009 | |
| |
config.ini | Tue Dec 01 18:13:25 -0800 2009 | |
| |
db/ | Fri Jul 31 09:58:51 -0700 2009 | |
| |
setup.py | Sun Apr 12 18:44:30 -0700 2009 | |
| |
skink/ | Mon Dec 14 11:18:12 -0800 2009 | |
| |
test.htm | Mon Jun 15 10:12:15 -0700 2009 | |
| |
test.htm.zip | Mon Jun 15 20:45:41 -0700 2009 | |
| |
test_big_file.htm | Tue Jun 16 15:30:08 -0700 2009 | |
| |
test_big_file.tar.bz2 | Tue Jun 16 15:30:08 -0700 2009 | |
| |
tests/ | Thu Sep 17 11:03:44 -0700 2009 |
Introduction
skink is a Continuous Integration server that's as simple as it gets.
Specify a git repository, a shell command to execute to build your project and that's pretty much it.
Just ask skink to run your build and it will update your code, run a build and keep track of your build history.
You can create a git hook to auto-execute the build upon push as well.
Installing
It couldn't be easier. Run the three following commands in a shell: git clone git://github.com/heynemann/skink.git sudo aptitude install python-coverage (if you do not want coverage or you don't need to run make all for skink, ignore this) make run
Congratulations! You are the happy owner of a build server! Just reach http://localhost:8089 (or whatever port you configured in the config.ini file) and enjoy.
Create your project and start building!
Project Naming
The name for the project comes from the "Plestiodon skiltonianus" or Western Skink - http://www.wildherps.com/species/E.skiltonianus.html.
This very beautiful reptile keeps moving constantly, just like the skink server does.
Skinkize your project right now! Keep moving!
Project Website
You can check the project website at http://www.skinkci.org







