Skip to content

Commit

Permalink
(ci) test build for Uno, Feather M0, Mega and ESP8266.
Browse files Browse the repository at this point in the history
ESP platforms need python for the build process, so add that too.
  • Loading branch information
laurb9 committed Feb 9, 2019
1 parent 959e28d commit 8b2e10e
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,16 @@
language: minimal
git:
depth: false
addons:
apt:
packages:
- python
env:
matrix:
- TARGET=arduino:avr:uno
- TARGET=adafruit:samd:adafruit_feather_m0
- TARGET=arduino:avr:mega
- TARGET=esp8266:esp8266:nodemcu
before_install:
- make setup
install: true
Expand Down

1 comment on commit 8b2e10e

@CaptGreg
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Any plans for porting pano controller to the STMicro 32F103 BluePill?

Please sign in to comment.