From 5e52f2da60f3ec099cf49c452b00b8019b1cc487 Mon Sep 17 00:00:00 2001 From: David Holdeman Date: Sat, 26 Sep 2020 21:13:39 -0500 Subject: [PATCH] Cypress CI (#1820) * try cypress in matrix * add empty files * underscore --- .github/workflows/build-firmware.yaml | 5 ++++- .../cypress/{compile-cypress.sh => compile_cypress.sh} | 0 firmware/config/boards/hellen/cypress/prepend.txt | 0 firmware/tunerstudio/generated/hellen/cypress_prefix.txt | 0 4 files changed, 4 insertions(+), 1 deletion(-) rename firmware/config/boards/hellen/cypress/{compile-cypress.sh => compile_cypress.sh} (100%) create mode 100644 firmware/config/boards/hellen/cypress/prepend.txt create mode 100644 firmware/tunerstudio/generated/hellen/cypress_prefix.txt diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 5902bb56be..286c04e404 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -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 diff --git a/firmware/config/boards/hellen/cypress/compile-cypress.sh b/firmware/config/boards/hellen/cypress/compile_cypress.sh similarity index 100% rename from firmware/config/boards/hellen/cypress/compile-cypress.sh rename to firmware/config/boards/hellen/cypress/compile_cypress.sh diff --git a/firmware/config/boards/hellen/cypress/prepend.txt b/firmware/config/boards/hellen/cypress/prepend.txt new file mode 100644 index 0000000000..e69de29bb2 diff --git a/firmware/tunerstudio/generated/hellen/cypress_prefix.txt b/firmware/tunerstudio/generated/hellen/cypress_prefix.txt new file mode 100644 index 0000000000..e69de29bb2