Skip to content

firmhouse/groundcontrol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GroundControl

GroundControl is a test runner / builder for your Rails apps.

This thing is far from done yet and at the moment it is a mish mash of just hacking, trying things out and writing tested code. If you have any feedback, please file an issue.

Usage / Hacking

If you want to try GroundControl or see how it works. This is what you'll need to do:

  • Install RVM.
  • Install ruby 1.8.7 with RVM.
  • In your 1.8.7 RVM install the gems: git, grit, tinder, geckoboard-push.
  • Create a groundcontrol workspace somewhere with a directory that looks like. In the following example I created "testbuilds" as my workspace.
testbuilds
 \- config
    \ projects.yml
  • The projects.yml should look like:
---
projects:
  my_project_name:
    git: <git clone url>
  • Run the groundcontrol command in the testbuilds directory.

About

GroundControl is a simple library and command-line tool that lets you run Rails test builds and reports.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages