Git Product home page Git Product logo

limbus-ci's Introduction

limbus-ci

version Public Domain SemVer development stage

Introduction

limbus-ci is a simple CI solution for testing applications that need to support a lot of platforms.

By running bare-bones installations of different operating systems limbus-ci can test applications on a wide array of different configurations that the end-user might use.

limbus-ci provisions virtual machines using Vagrant and VirtualBox.

Table of contents

Installation

To be able to provision virtual machines you will need Vagrant and VirtualBox installed.

Installing limbus-ci

You can install the CLI application through NPM:

npm install -g limbus-ci

Cloning with git

Another way to get a hold of limbus-ci is to clone it from the git repository:

git clone https://github.com/redien/limbus-ci.git
cd limbus-ci
npm install
npm link

Download ZIP

You can also get the library by manually downloading and extracting the ZIP file at: https://github.com/redien/limbus-ci/archive/master.zip

And then install using:

npm install
npm link

Usage

To run a job with a specific VM image use:

limbus-ci run job <image> <script>

limbus-ci creates a folder named .limbusci in the folder it is run. It uses it to store runtime specific things. You should not commit this folder into your revision control so it is useful to exclude it.

For example when using git, add the following line to your .gitignore:

/.limbusci/

Development

Dependencies devDependencies

For development you need some extra dependencies. Install them using NPM with:

npm install

Test

limbus-ci performs acceptance testing using Cucumber.js.

Run tests using:

npm test

Code coverage

Coverage Status

Roadmap

Copyright

limbus-ci - A simple CI solution for testing extremely portable applications.

Written in 2016 by Jesper Oskarsson [email protected]

To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this software to the public domain worldwide. This software is distributed without any warranty.

You should have received a copy of the CC0 Public Domain Dedication along with this software. If not, see http://creativecommons.org/publicdomain/zero/1.0/.

limbus-ci's People

Contributors

redien avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.