mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-16 05:42:56 +00:00
update hw test l4
This commit is contained in:
parent
2ecd7c148d
commit
06d93e95d1
4
.github/workflows/build_iar.yml
vendored
4
.github/workflows/build_iar.yml
vendored
@ -52,7 +52,9 @@ jobs:
|
|||||||
# Upload binaries for hardware test with self-hosted
|
# Upload binaries for hardware test with self-hosted
|
||||||
- name: Prepare stm32l412nucleo Artifacts
|
- name: Prepare stm32l412nucleo Artifacts
|
||||||
if: contains(matrix.family, 'stm32l4')
|
if: contains(matrix.family, 'stm32l4')
|
||||||
run: find examples/ -path "*stm32l412nucleo/*.elf" -exec mv {} . \;
|
working-directory: ${{github.workspace}}/cmake-build/cmake-build-stm32l412nucleo
|
||||||
|
run: |
|
||||||
|
find device/ -name "*.elf" -exec mv {} ../../ \;
|
||||||
|
|
||||||
- name: Upload Artifacts for stm32l412nucleo
|
- name: Upload Artifacts for stm32l412nucleo
|
||||||
if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach'
|
if: contains(matrix.family, 'stm32l4') && github.repository_owner == 'hathach'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user