Propel Gets Its Continuous Integration Server
Hi Propelers,
We just set up a CI server for Propel projects. You'll find it at ci.propelorm.org.
We choose Jenkins to build our projects as it's one of the best CI servers. Thanks to the GitHub plugin, each commit into our GitHub repository will trigger the CI server, and will launch unit tests.
Oh! Propel2, sfPropelORMPlugin, and PropelBundle will be added soon.
2 comments
Jan 31, 2012
Thomas Boerger said...
But why did you set up an own ci server? travisci is so cool, and you get tests with multiple PHP versions and so on...