File tree 2 files changed +3
-11
lines changed
2 files changed +3
-11
lines changed Original file line number Diff line number Diff line change 29
29
30
30
# For each chip, build and lint the main library
31
31
clippy :
32
- strategy :
33
- matrix :
34
- features :
35
- - " imxrt-ral/imxrt1011"
36
- - " imxrt-ral/imxrt1015"
37
- - " imxrt-ral/imxrt1021"
38
- - " imxrt-ral/imxrt1062,__log"
39
32
runs-on : ubuntu-latest
40
33
steps :
41
34
- uses : actions/checkout@v2
49
42
- uses : actions-rs/clippy-check@v1
50
43
with :
51
44
token : ${{ secrets.GITHUB_TOKEN }}
52
- args : --verbose --features ${{ matrix.features }} --target thumbv7em-none-eabihf -- -D warnings
45
+ args : --verbose --features __log --target thumbv7em-none-eabihf -- -D warnings
53
46
name : Lint the library
54
47
55
48
# Run unit and documentation tests for a chip
61
54
uses : actions-rs/cargo@v1
62
55
with :
63
56
command : test
64
- args : --verbose --features imxrt-ral/imxrt1062
57
+ args : --verbose
65
58
66
59
# Build & lint the teensy4 examples
67
60
teensy4-clippy :
@@ -114,4 +107,3 @@ jobs:
114
107
uses : actions-rs/cargo@v1
115
108
with :
116
109
command : rustdoc
117
- args : --features imxrt-ral/imxrt1062
Original file line number Diff line number Diff line change 19
19
toolchain : stable
20
20
21
21
- name : Generate docs
22
- run : cargo rustdoc --features imxrt-ral/imxrt1062 -- target thumbv7em-none-eabihf
22
+ run : cargo rustdoc --target thumbv7em-none-eabihf
23
23
24
24
- name : Write redirect
25
25
run : echo "<meta http-equiv=\"refresh\" content=\"0;url=imxrt_usbd\">" > target/thumbv7em-none-eabihf/doc/index.html
You can’t perform that action at this time.
0 commit comments