Skip to content

Add CircleCI example #77

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
ianfixes opened this issue Jan 9, 2019 · 1 comment
Closed

Add CircleCI example #77

ianfixes opened this issue Jan 9, 2019 · 1 comment
Labels
ci scripts The test runner scripts enhancement New feature or request

Comments

@ianfixes
Copy link
Collaborator

ianfixes commented Jan 9, 2019

Feature Request

Add CircleCI to this project and report its status in the README

Example Code

.circleci/config.yml via @TomohiroHayashi

version: 2
jobs:
  build:
    machine: true    
    steps:
      - checkout

      - run:
          name: install and execute
          command: |
            bundle install
            bundle exec arduino_ci_remote.rb

Example README.md section

Platform Travis CI AppVeyor CircleCI
OSX OSX Build Status NEW BADGE HERE
Linux Linux Build Status NEW BADGE HERE
Windows Windows Build status
@ianfixes
Copy link
Collaborator Author

Example is here Arduino-CI/Blink#1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci scripts The test runner scripts enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant