more ci merge

This commit is contained in:
hathach
2023-03-08 12:28:30 +07:00
parent 9e0ae5f29d
commit 0957902c40

View File

@@ -35,9 +35,8 @@ jobs:
- 'broadcom_32bit' - 'broadcom_32bit'
- 'imxrt' - 'imxrt'
- 'lpc15 lpc18' - 'lpc15 lpc18'
- 'lpc54 lpc55' - 'lpc54 lpc55'
- 'mm32' - 'mm32 msp432e4'
- 'msp432e4'
- 'nrf' - 'nrf'
- 'rp2040' - 'rp2040'
- 'samd11' - 'samd11'
@@ -50,8 +49,7 @@ jobs:
- 'stm32g4 stm32wb' - 'stm32g4 stm32wb'
- 'stm32h7' - 'stm32h7'
- 'stm32l4' - 'stm32l4'
- 'tm4c123' - 'tm4c123 xmc4000'
- 'xmc4000'
steps: steps:
- name: Setup Python - name: Setup Python
uses: actions/setup-python@v4 uses: actions/setup-python@v4
@@ -97,7 +95,7 @@ jobs:
done done
# Upload binaries for rp2040/stm32l412nucleo hardware test with self-hosted # Upload binaries for rp2040/stm32l412nucleo hardware test with self-hosted
- name: Prepare rp2040 Artifacts - name: Prepare rp2040 Artifacts
if: matrix.family == 'rp2040' && github.repository_owner == 'hathach' if: matrix.family == 'rp2040' && github.repository_owner == 'hathach'
run: find examples/ -name "*.elf" -exec mv {} . \; run: find examples/ -name "*.elf" -exec mv {} . \;