summaryrefslogtreecommitdiff
path: root/.github/workflows
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-03-08 12:28:30 +0700
committerhathach <[email protected]>2023-03-08 12:28:30 +0700
commit0957902c40633a21e7174cc4d59e6c4b34d1d52a (patch)
treeff576f91fb0dc367c88f37683ed445a7a88fe88c /.github/workflows
parent9e0ae5f29d507e29b7c548eb4b1aa1ca019de65b (diff)
more ci merge
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/build_arm.yml10
1 files changed, 4 insertions, 6 deletions
diff --git a/.github/workflows/build_arm.yml b/.github/workflows/build_arm.yml
index b598eff2a..b1b88ec70 100644
--- a/.github/workflows/build_arm.yml
+++ b/.github/workflows/build_arm.yml
@@ -35,9 +35,8 @@ jobs:
- 'broadcom_32bit'
- 'imxrt'
- 'lpc15 lpc18'
- - 'lpc54 lpc55'
- - 'mm32'
- - 'msp432e4'
+ - 'lpc54 lpc55'
+ - 'mm32 msp432e4'
- 'nrf'
- 'rp2040'
- 'samd11'
@@ -50,8 +49,7 @@ jobs:
- 'stm32g4 stm32wb'
- 'stm32h7'
- 'stm32l4'
- - 'tm4c123'
- - 'xmc4000'
+ - 'tm4c123 xmc4000'
steps:
- name: Setup Python
uses: actions/setup-python@v4
@@ -97,7 +95,7 @@ jobs:
done
# Upload binaries for rp2040/stm32l412nucleo hardware test with self-hosted
-
+
- name: Prepare rp2040 Artifacts
if: matrix.family == 'rp2040' && github.repository_owner == 'hathach'
run: find examples/ -name "*.elf" -exec mv {} . \;