Happy !
Pharo / ci
About ci
Continuous integration services for Pharo, including a complete Fogbugz tracker API.
Installation
# get a fresh Pharo Image
curl get.pharo.org/30+vm | bash
# install the stable CI services
./pharo Pharo.image config \
http://smalltalkhub.com/mc/Pharo/ci/main ConfigurationOfCI \
--install=stable
# set the fogbugz credentials
export PHARO_CI_USER='...'
export PHARO_CI_PWD='...'
# show help text
./pharo Pharo.image ci --help
