more cmake less make

This commit is contained in:
hathach 2023-06-24 23:36:52 +07:00
parent 9b2b4ce647
commit 30ccfe0832
No known key found for this signature in database
GPG Key ID: F5D50C6D51D17CBA
2 changed files with 6 additions and 4 deletions

View File

@ -34,9 +34,9 @@ jobs:
family: family:
# Alphabetical order # Alphabetical order
- 'broadcom_32bit' - 'broadcom_32bit'
- 'kinetis_k32l2 kinetis_kl' - 'kinetis_k32l2'
- 'lpc11 lpc13 lpc15 lpc17' - 'lpc11 lpc13 lpc15 lpc17'
- 'lpc51 lpc54 lpc55' - 'lpc51 lpc54'
- 'mm32 msp432e4' - 'mm32 msp432e4'
- 'nrf' - 'nrf'
- 'ra' - 'ra'

View File

@ -33,9 +33,11 @@ jobs:
matrix: matrix:
family: family:
# Alphabetical order # Alphabetical order
- 'lpc18'
- 'mcx'
- 'imxrt' - 'imxrt'
- 'kinetis_kl'
- 'lpc18'
- 'lpc55'
- 'mcx'
- 'rp2040' - 'rp2040'
- 'stm32f0' - 'stm32f0'
- 'stm32f1' - 'stm32f1'