Sha256: e94d08cb62acf05ef30e1f07a755e7b34ff17871b6f95469667b0130797d4acb

Contents?: true

Size: 372 Bytes

Versions: 23

Compression:

Stored size: 372 Bytes

Contents

run() {
  time bundle exec $*
}

echo "--- Starting continuous integration build"

./script/bundler

if [[ -d coverage ]]; then
  echo "Removing old coverage report"
  rm -r coverage
fi

echo "--- Running RSpec"

run rspec --color spec --format progress --format html --out rspec.html
rspec=$?

if [[ $rspec -ne 0 ]]; then
  echo "--- Some tests have failed."
  exit 1
fi

Version data entries

23 entries across 23 versions & 3 rubygems

Version Path
logs_tf-0.0.5 script/ci
tf2_line_parser-0.2.3 script/ci
tf2_line_parser-0.2.2 script/ci
tf2_line_parser-0.2.1 script/ci
gameye-0.0.5 script/ci
gameye-0.0.4 script/ci
gameye-0.0.3 script/ci
gameye-0.0.2 script/ci
gameye-0.0.1 script/ci
tf2_line_parser-0.2.0 script/ci
tf2_line_parser-0.1.6 script/ci
logs_tf-0.0.4 script/ci
tf2_line_parser-0.1.5 script/ci
tf2_line_parser-0.1.4 script/ci
tf2_line_parser-0.1.3 script/ci
tf2_line_parser-0.1.1 script/ci
tf2_line_parser-0.1.0 script/ci
tf2_line_parser-0.0.9 script/ci
logs_tf-0.0.3 script/ci
tf2_line_parser-0.0.8 script/ci