File tree 2 files changed +11
-13
lines changed 2 files changed +11
-13
lines changed Original file line number Diff line number Diff line change @@ -42,15 +42,19 @@ jobs:
42
42
args : --target ${{ matrix.TARGET }}
43
43
44
44
prebuild :
45
- name : Prebuild for linux & stable Rust
45
+ name : Prebuild
46
46
runs-on : ubuntu-latest
47
+ strategy :
48
+ matrix :
49
+ rust : [stable, nightly, 1.46.0]
50
+
47
51
steps :
48
52
- uses : actions/checkout@v2
49
53
50
54
- uses : actions-rs/toolchain@v1
51
55
with :
52
56
profile : minimal
53
- toolchain : stable
57
+ toolchain : ${{ matrix.rust }}
54
58
override : true
55
59
56
60
- name : Cache
@@ -93,12 +97,10 @@ jobs:
93
97
94
98
# Use nightly for architectures which don't support stable
95
99
- rust : nightly
96
- experimental : true
97
100
vendor : OTHER
98
101
99
102
# Use nightly for architectures which don't support stable
100
103
- rust : nightly
101
- experimental : true
102
104
vendor : Espressif
103
105
104
106
steps :
@@ -115,10 +117,6 @@ jobs:
115
117
with :
116
118
sharedKey : prebuilded
117
119
118
- - name : Self install
119
- run : |
120
- cargo install svd2rust --path .
121
-
122
120
- name : Run CI script for `${{ matrix.vendor }}` under rust `${{ matrix.rust }}` with options=`${{ matrix.options }}`
123
121
env :
124
122
VENDOR : ${{ matrix.vendor }}
Original file line number Diff line number Diff line change @@ -231,12 +231,12 @@ main() {
231
231
test_svd MK82F25615
232
232
# test_svd MKE14F16
233
233
# test_svd MKE14Z7
234
- test_svd MKE15Z7
235
- # test_svd MKE16F16
236
- # test_svd MKE18F16
237
234
;;
238
235
239
236
Freescale_2)
237
+ test_svd MKE15Z7
238
+ # test_svd MKE16F16
239
+ # test_svd MKE18F16
240
240
test_svd MKL28T7_CORE0
241
241
# test_svd MKL28T7_CORE1
242
242
# test_svd MKL28Z7
@@ -351,6 +351,8 @@ main() {
351
351
test_svd MB9AFB4xL
352
352
test_svd MB9AFB4xM
353
353
test_svd MB9AFB4xN
354
+ test_svd S6E1A1
355
+ test_svd S6E2CC
354
356
;;
355
357
356
358
Fujitsu_2)
@@ -411,8 +413,6 @@ main() {
411
413
test_svd MB9BF61xT
412
414
test_svd MB9BFD1xS
413
415
test_svd MB9BFD1xT
414
- test_svd S6E1A1
415
- test_svd S6E2CC
416
416
;;
417
417
418
418
Holtek)
You can’t perform that action at this time.
0 commit comments