Skip to content
/ pmci Public

Poor-Man's Continuous Integration script for a git-based Ruby on Rails project.

Notifications You must be signed in to change notification settings

trak3r/pmci

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 

Repository files navigation

WHAT ARE THE PREREQUISITES?

* A git-based Ruby on Rails project


HOW DO I INSTALL IT?

Clone this repository


HOW DO I RUN IT?

From inside your repository directory:

EMAIL=<your_email_address> <path_to_pmci>/ci <branch name <another branch name <...>>>

Replace "<branch name>" with the branch name you want to test, like "master".


WHAT DOES IT DO?

* Every X seconds it compares the specified branch(es) to the remote repository.
* If there are changes it pulls the new version and runs the tests.
* If any tests fail, it e-mails you the output.

About

Poor-Man's Continuous Integration script for a git-based Ruby on Rails project.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages