Skip to content

Commit 6b1bf3d

Browse files
Add .circleci/config.yml
1 parent af05bac commit 6b1bf3d

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
version: 2
2+
jobs:
3+
build:
4+
machine: true
5+
steps:
6+
- checkout
7+
8+
- run:
9+
name: install and execute
10+
command: |
11+
bundle install
12+
bundle exec arduino_ci_remote.rb

0 commit comments

Comments
 (0)