Skip to content

Commit 09c79a9

Browse files
travis: build with PlatformIO
1 parent fe40c1f commit 09c79a9

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

.travis.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,12 @@ matrix:
77

88
- env:
99
- TEST="Astyle Format"
10+
1011
addons:
1112
apt:
1213
packages:
1314
- astyle
15+
1416
script:
1517
- astyle --version
1618
- astyle --options=.astylerc 'multigeiger/*'
@@ -22,3 +24,22 @@ matrix:
2224
exit -1
2325
fi
2426
27+
- env:
28+
- TEST="PlatformIO builds"
29+
30+
language: python
31+
python: 3.6
32+
33+
cache:
34+
directories:
35+
- "~/.platformio"
36+
37+
install:
38+
- cp multigeiger/userdefines-example.h multigeiger/userdefines.h
39+
- cp platformio-example.ini platformio.ini
40+
- pip install -U platformio
41+
- platformio update
42+
43+
script:
44+
- platformio run --environment wifi --environment stick
45+

0 commit comments

Comments
 (0)