File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 8383 with :
8484 name : qemu-cortex-r5-app
8585 path : qemu-cortex-r5-app/target/armv7r-none-eabihf/release/qemu-cortex-r5-app
86- job-build-threadx-sys :
87- runs-on : ubuntu-latest
88- steps :
89- - name : Checkout repo
90- uses : actions/checkout@v4
91- with :
92- submodules : ' true'
93- - name : Check threadx-sys
94- run : |
95- cd threadx-sys
96- cargo check
97- - name : Build threadx-sys
98- run : |
99- cd threadx-sys
100- cargo build
86+
Original file line number Diff line number Diff line change 7171 with :
7272 name : qemu-cortex-r5-app
7373 path : qemu-cortex-r5-app/target/armv7r-none-eabihf/release/qemu-cortex-r5-app
74- job-build-threadx-sys :
75- runs-on : ubuntu-latest
76- steps :
77- - name : Checkout repo
78- uses : actions/checkout@v4
79- with :
80- submodules : ' true'
81- - name : Check threadx-sys
82- run : |
83- cd threadx-sys
84- cargo check
85- - name : Build threadx-sys
86- run : |
87- cd threadx-sys
88- cargo build
74+
Original file line number Diff line number Diff line change 4343 run : |
4444 cd qemu-cortex-r5-app
4545 cargo clippy --all-features
46- job-clippy-threadx-sys :
47- runs-on : ubuntu-latest
48- steps :
49- - name : Checkout repo
50- uses : actions/checkout@v4
51- with :
52- submodules : ' true'
53- - name : Check Clippy on threadx-sys
54- env :
55- RUSTFLAGS : " -Dwarnings"
56- run : |
57- cd threadx-sys
58- cargo clippy --all-features
You can’t perform that action at this time.
0 commit comments