Skip to content

Latest commit

 

History

History
39 lines (20 loc) · 1009 Bytes

README.md

File metadata and controls

39 lines (20 loc) · 1009 Bytes

Gem Version Build Status Documentation

ArduinoCI Ruby gem (arduino_ci)

Arduino CI is a Ruby gem for executing Continuous Integration (CI) tests on an Arduino library -- both locally and as part of a service like Travis CI.

Installation

Add this line to your application's Gemfile:

gem 'arduino_ci'

And then execute:

$ bundle

Or install it yourself as:

$ gem install arduino_ci

Usage

TODO: Write usage instructions here, based on other TODO of writing the actual gem.

Author

This gem was written by Ian Katz ([email protected]) in 2018. It's released under the Apache 2.0 license.

See Also