Skip to content

Commit 1bb592b

Browse files
committed
convert CI to arduino_ci module
1 parent df5b995 commit 1bb592b

File tree

11 files changed

+142
-4
lines changed

11 files changed

+142
-4
lines changed

.arduino-ci.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
compile:
2+
platforms:
3+
- uno
4+
- leonardo
5+
6+
unittest:
7+
platforms:
8+
- uno

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@
44
*.skip
55

66
examples/FONA_SMS_Response/.esp8266.test.skip
7+
unittest*.bin

.travis.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,8 @@
1-
language: c
21
sudo: false
3-
before_install:
4-
- source <(curl -SLs https://raw.githubusercontent.com/adafruit/travis-ci-arduino/master/install.sh)
2+
language: ruby
53
script:
6-
- build_main_platforms
4+
- bundle install
5+
- bundle exec arduino_ci_remote.rb
76
notifications:
87
email:
98
on_success: change

Gemfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
source 'https://rubygems.org'
2+
gem 'arduino_ci', '~> 0.1.6'

Gemfile.lock

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
GEM
2+
remote: https://rubygems.org/
3+
specs:
4+
arduino_ci (0.1.6)
5+
os (~> 1.0)
6+
os (1.0.0)
7+
8+
PLATFORMS
9+
ruby
10+
11+
DEPENDENCIES
12+
arduino_ci (~> 0.1.6)
13+
14+
BUNDLED WITH
15+
1.16.0

examples/FONA3G_setbaud/.esp8266.test.skip

Whitespace-only changes.

examples/FONAtest/.esp8266.test.skip

Whitespace-only changes.

examples/FONAtest_KEY_mod.zip

-6.17 KB
Binary file not shown.

examples/GPS/.esp8266.test.skip

Whitespace-only changes.

examples/IncomingCall/.esp8266.test.skip

Whitespace-only changes.

0 commit comments

Comments
 (0)