File tree Expand file tree Collapse file tree 1 file changed +28
-29
lines changed
Filter options
Expand file tree Collapse file tree 1 file changed +28
-29
lines changed
Original file line number Diff line number Diff line change @@ -4,24 +4,37 @@ dist: trusty
4
4
group : beta
5
5
language : cpp
6
6
7
- install :
8
- - curl -fsSL https://bootstrap.pypa.io/get- pip.py | python
9
- - python -m pip install platformio
7
+ before_install :
8
+ - python -m pip install --user --upgrade pip
9
+ - python -m pip install --user --upgrade platformio
10
10
11
11
matrix :
12
12
include :
13
- -
14
- compiler : gcc
15
- env :
16
- - MAKE_TASK=pio-test
17
- - COMPILER=g++-5
18
- addons :
19
- apt :
20
- packages :
21
- - git
22
- - g++-5
23
- sources :
24
- - ubuntu-toolchain-r-test
13
+ # -
14
+ # compiler: gcc
15
+ # env:
16
+ # - MAKE_TASK=pio-test
17
+ # - COMPILER=g++-5
18
+ # addons:
19
+ # apt:
20
+ # packages:
21
+ # - git
22
+ # - g++-5
23
+ # sources:
24
+ # - ubuntu-toolchain-r-test
25
+ # -
26
+ # compiler: clang
27
+ # env:
28
+ # - MAKE_TASK=pio-test
29
+ # - COMPILER=clang++-3.6
30
+ # addons:
31
+ # apt:
32
+ # packages:
33
+ # - git
34
+ # - clang-3.6
35
+ # sources:
36
+ # - ubuntu-toolchain-r-test
37
+ # - llvm-toolchain-precise-3.6
25
38
-
26
39
compiler : gcc
27
40
env :
@@ -34,20 +47,6 @@ matrix:
34
47
- g++-5
35
48
sources :
36
49
- ubuntu-toolchain-r-test
37
-
38
- -
39
- compiler : clang
40
- env :
41
- - MAKE_TASK=pio-test
42
- - COMPILER=clang++-3.6
43
- addons :
44
- apt :
45
- packages :
46
- - git
47
- - clang-3.6
48
- sources :
49
- - ubuntu-toolchain-r-test
50
- - llvm-toolchain-precise-3.6
51
50
-
52
51
compiler : clang
53
52
env :
You can’t perform that action at this time.
0 commit comments