This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
dash-ci /
| name | age | message | |
|---|---|---|---|
| |
README.md | ||
| |
dash-ci.gemspec | ||
| |
lib/ |
README.md
Dash CI
Metrics for continuous integration with FiveRuns Dash (dash.fiveruns.com). Still pretty raw.
Usage (probably)
See ci.rb in my Sinatra's Hat project for how it's really used.
require 'rubygems'
require 'dash-ci'
# First define what your build does
CI.register(:my_ci_build) do
build :specs, 'spec spec/'
build :selenium, 'script/selenium run'
build :cucumber, 'cucumber features/'
end
# Then run it
CI.run(:my_ci_build, :token => 'MY-DASH-TOKEN')
(c) Copyright 2009 Pat Nakajima, released under MIT License.








