Happy !

Pharo / ci

Project infos

License MIT
Tags
Creation date 2013-01-29
Website

Monticello registration

About ci

Continuous integration services for Pharo, including a complete Fogbugz tracker API.

Build Status

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