cmake refactor
This commit is contained in:
2
.github/workflows/build_arm.yml
vendored
2
.github/workflows/build_arm.yml
vendored
@@ -46,7 +46,7 @@ jobs:
|
||||
- 'stm32f0 stm32f1 stm32f2 stm32f3'
|
||||
- 'stm32f4'
|
||||
- 'stm32f7'
|
||||
- 'stm32g4 stm32h7'
|
||||
- 'stm32h7'
|
||||
- 'stm32l0 stm32l4 stm32u5 stm32wb'
|
||||
- 'tm4c123 xmc4000'
|
||||
steps:
|
||||
|
9
.github/workflows/cmake_arm.yml
vendored
9
.github/workflows/cmake_arm.yml
vendored
@@ -38,6 +38,7 @@ jobs:
|
||||
- 'imxrt'
|
||||
- 'rp2040'
|
||||
- 'stm32g0'
|
||||
- 'stm32g4'
|
||||
steps:
|
||||
- name: Setup Python
|
||||
uses: actions/setup-python@v4
|
||||
@@ -75,11 +76,11 @@ jobs:
|
||||
# Upload binaries for hardware test with self-hosted
|
||||
- name: Prepare rp2040 Artifacts
|
||||
if: contains(matrix.family, 'rp2040') && github.repository_owner == 'hathach'
|
||||
working-directory: ${{github.workspace}}/cmake-build-ci-raspberry_pi_pico
|
||||
working-directory: ${{github.workspace}}/cmake-build/cmake-build-raspberry_pi_pico
|
||||
run: |
|
||||
find device/ -name "*.elf" -exec mv {} ../ \;
|
||||
# find host/ -name "*.elf" -exec mv {} ../ \;
|
||||
# find dual/ -name "*.elf" -exec mv {} ../ \;
|
||||
find device/ -name "*.elf" -exec mv {} ../../ \;
|
||||
# find host/ -name "*.elf" -exec mv {} ../../ \;
|
||||
# find dual/ -name "*.elf" -exec mv {} ../../ \;
|
||||
|
||||
- name: Upload Artifacts for rp2040
|
||||
if: contains(matrix.family,'rp2040') && github.repository_owner == 'hathach'
|
||||
|
Reference in New Issue
Block a user