proteus-f4 configuration
This commit is contained in:
parent
ed609ff944
commit
d07470fc1e
|
@ -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, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus-f7, kinetis]
|
build-target: [frankenso, frankenso-pal, mre-f4, mre-f7, prometheus-405, prometheus-469, proteus-f4, proteus-f7, kinetis]
|
||||||
build-type: [debug, release]
|
build-type: [debug, release]
|
||||||
|
|
||||||
include:
|
include:
|
||||||
|
@ -42,6 +42,10 @@ jobs:
|
||||||
efi-cpu: ARCH_STM32F4
|
efi-cpu: ARCH_STM32F4
|
||||||
efi-board: prometheus/f469
|
efi-board: prometheus/f469
|
||||||
|
|
||||||
|
- build-target: proteus-f4
|
||||||
|
efi-cpu: ARCH_STM32F4
|
||||||
|
efi-board: proteus
|
||||||
|
|
||||||
- build-target: proteus-f7
|
- build-target: proteus-f7
|
||||||
efi-cpu: ARCH_STM32F7
|
efi-cpu: ARCH_STM32F7
|
||||||
efi-board: proteus
|
efi-board: proteus
|
||||||
|
@ -73,6 +77,8 @@ jobs:
|
||||||
build-type: debug
|
build-type: debug
|
||||||
- build-target: prometheus-469
|
- build-target: prometheus-469
|
||||||
build-type: debug
|
build-type: debug
|
||||||
|
- build-target: proteus-f4
|
||||||
|
build-type: debug
|
||||||
- build-target: proteus-f7
|
- build-target: proteus-f7
|
||||||
build-type: debug
|
build-type: debug
|
||||||
- build-target: kinetis
|
- build-target: kinetis
|
||||||
|
|
Loading…
Reference in New Issue