Cypress CI (#1820)
* try cypress in matrix * add empty files * underscore
This commit is contained in:
parent
860d3ba96d
commit
e8d2285a3d
|
@ -12,10 +12,13 @@ jobs:
|
|||
matrix:
|
||||
# What boards should we build for? In the 'include' section below,
|
||||
# set up what each of these boards needs to build.
|
||||
build-target: [frankenso_na6, kinetis, mre_f4, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f7, stm32f746_nucleo, stm32f767_nucleo]
|
||||
build-target: [cypress, frankenso_na6, kinetis, mre_f4, mre_f4_hardware_QC_special_build, mre_f7, prometheus_405, prometheus_469, proteus_f4, proteus_f7, stm32f746_nucleo, stm32f767_nucleo]
|
||||
|
||||
include:
|
||||
# Board configurations
|
||||
- build-target: cypress
|
||||
folder: hellen/cypress
|
||||
|
||||
- build-target: frankenso_na6
|
||||
folder: frankenso
|
||||
ini-file: rusefi_frankenso_na6.ini
|
||||
|
|
Loading…
Reference in New Issue