CI: only test on gcc 10

This commit is contained in:
Andrew Tridgell 2022-08-09 15:04:24 +10:00
parent 405fc9ebf3
commit 8da4816536
1 changed files with 1 additions and 13 deletions

View File

@ -33,20 +33,8 @@ jobs:
] ]
toolchain: [ toolchain: [
chibios, # GCC-6 chibios, # GCC-6
#chibios-clang,
] ]
gcc: [6, 10] gcc: [10]
exclude:
- gcc: 10
toolchain: chibios-clang
- gcc: 6
config: fmuv2-plane
- gcc: 6
config: revo-mini
- gcc: 6
config: MatekF405-Wing
- gcc: 6
config: CubeOrange-ODID
include: include:
- config: stm32h7 - config: stm32h7
toolchain: chibios-py2 toolchain: chibios-py2