7
7
8
8
- env : TARGET=thumbv6m-none-eabi
9
9
rust : stable
10
- sudo : true
11
10
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
12
11
13
12
- env : TARGET=thumbv6m-none-eabi CC=clang
@@ -16,7 +15,6 @@ matrix:
16
15
17
16
- env : TARGET=thumbv7m-none-eabi
18
17
rust : stable
19
- sudo : true
20
18
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
21
19
22
20
- env : TARGET=thumbv7m-none-eabi CC=clang
@@ -25,7 +23,6 @@ matrix:
25
23
26
24
- env : TARGET=thumbv7em-none-eabi
27
25
rust : stable
28
- sudo : true
29
26
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
30
27
31
28
- env : TARGET=thumbv7em-none-eabi CC=clang
@@ -34,7 +31,6 @@ matrix:
34
31
35
32
- env : TARGET=thumbv7em-none-eabihf
36
33
rust : stable
37
- sudo : true
38
34
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
39
35
40
36
- env : TARGET=thumbv7em-none-eabihf CC=clang
@@ -43,28 +39,25 @@ matrix:
43
39
44
40
- env : TARGET=thumbv6m-none-eabi
45
41
rust : nightly
46
- sudo : true
47
42
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
48
43
49
44
- env : TARGET=thumbv7m-none-eabi
50
45
rust : nightly
51
- sudo : true
52
46
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
53
47
54
48
- env : TARGET=thumbv7em-none-eabi
55
49
rust : nightly
56
- sudo : true
57
50
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
58
51
59
52
- env : TARGET=thumbv7em-none-eabihf
60
53
rust : nightly
61
- sudo : true
62
54
if : (branch = staging OR branch = trying) OR (type = pull_request AND branch = master)
63
55
64
56
before_install : set -e
65
57
66
58
install :
67
59
- bash ci/install.sh
60
+ - export PATH="$PATH:$PWD/gcc/bin"
68
61
69
62
script :
70
63
- bash ci/script.sh
0 commit comments