We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe40c1f commit 09c79a9Copy full SHA for 09c79a9
.travis.yml
@@ -7,10 +7,12 @@ matrix:
7
8
- env:
9
- TEST="Astyle Format"
10
+
11
addons:
12
apt:
13
packages:
14
- astyle
15
16
script:
17
- astyle --version
18
- astyle --options=.astylerc 'multigeiger/*'
@@ -22,3 +24,22 @@ matrix:
22
24
exit -1
23
25
fi
26
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