frankenso-pal CI
This commit is contained in:
parent
7a036b5da3
commit
ff600fd5cb
|
@ -12,7 +12,7 @@ jobs:
|
||||||
matrix:
|
matrix:
|
||||||
# What boards should we build for? In the 'include' section below,
|
# What boards should we build for? In the 'include' section below,
|
||||||
# set up what each of these boards needs to build.
|
# set up what each of these boards needs to build.
|
||||||
build-target: [frankenso, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus, kinetis]
|
build-target: [frankenso, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus, kinetis]
|
||||||
build-type: [debug, release]
|
build-type: [debug, release]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
@ -21,6 +21,11 @@ jobs:
|
||||||
efi-cpu: ARCH_STM32F4
|
efi-cpu: ARCH_STM32F4
|
||||||
efi-board: st_stm32f4
|
efi-board: st_stm32f4
|
||||||
|
|
||||||
|
- build-target: frankenso-pal
|
||||||
|
efi-cpu: ARCH_STM32F4
|
||||||
|
efi-board: st_stm32f4
|
||||||
|
extra-params: -DHAL_TRIGGER_USE_PAL=TRUE -DHAL_USE_ICU=FALSE
|
||||||
|
|
||||||
- build-target: mre-f4
|
- build-target: mre-f4
|
||||||
efi-cpu: ARCH_STM32F4
|
efi-cpu: ARCH_STM32F4
|
||||||
efi-board: microrusefi
|
efi-board: microrusefi
|
||||||
|
|
Loading…
Reference in New Issue