Skip to content

Commit

Permalink
Set up simple Travis CI builds for demo-c and demo-js
Browse files Browse the repository at this point in the history
CL: Set up simple Travis CI builds for demo-c and demo-js

PUBLISHED_FROM=f27f1a397ad5ee185fa2103965398b8108f6283b
  • Loading branch information
Deomid Ryabkov authored and cesantabot committed Nov 8, 2018
1 parent 69f63f7 commit 71ea2aa
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
os: [ linux ]
dist: xenial
sudo: enabled
language: c

# Install mos tool
addons:
apt:
sources:
- sourceline: "ppa:mongoose-os/mos"
packages:
- mos-latest

script:
- mos version
- mos build --local --clean --platform esp8266
- mos build --local --clean --platform esp32
- mos build --local --clean --platform cc3220
- mos build --local --clean --platform stm32 --board B-L475E-IOT01A
- mos build --local --clean --platform stm32 --board DISCO-F746NG

0 comments on commit 71ea2aa

Please sign in to comment.