From a801ecef16d699d39af2f358768af63cc75dbcd8 Mon Sep 17 00:00:00 2001 From: rusefi Date: Sun, 27 Sep 2020 06:27:50 -0400 Subject: [PATCH] cypress into GHA #1819 --- .github/workflows/build-firmware.yaml | 2 +- .../config/boards/hellen/{cypress => }/!compile_cypress.bat | 0 firmware/config/boards/hellen/{cypress => }/compile_cypress.sh | 2 +- 3 files changed, 2 insertions(+), 2 deletions(-) rename firmware/config/boards/hellen/{cypress => }/!compile_cypress.bat (100%) rename firmware/config/boards/hellen/{cypress => }/compile_cypress.sh (97%) diff --git a/.github/workflows/build-firmware.yaml b/.github/workflows/build-firmware.yaml index 286c04e404..dcd0707854 100644 --- a/.github/workflows/build-firmware.yaml +++ b/.github/workflows/build-firmware.yaml @@ -17,7 +17,7 @@ jobs: include: # Board configurations - build-target: cypress - folder: hellen/cypress + folder: hellen - build-target: frankenso_na6 folder: frankenso diff --git a/firmware/config/boards/hellen/cypress/!compile_cypress.bat b/firmware/config/boards/hellen/!compile_cypress.bat similarity index 100% rename from firmware/config/boards/hellen/cypress/!compile_cypress.bat rename to firmware/config/boards/hellen/!compile_cypress.bat diff --git a/firmware/config/boards/hellen/cypress/compile_cypress.sh b/firmware/config/boards/hellen/compile_cypress.sh similarity index 97% rename from firmware/config/boards/hellen/cypress/compile_cypress.sh rename to firmware/config/boards/hellen/compile_cypress.sh index 509c72ee10..31b1e1555c 100644 --- a/firmware/config/boards/hellen/cypress/compile_cypress.sh +++ b/firmware/config/boards/hellen/compile_cypress.sh @@ -14,6 +14,6 @@ export USE_FATFS="no" export USE_BOOTLOADER="no" export DEBUG_LEVEL_OPT="-O2" -cd ../../../.. +cd ../../.. bash ./config/boards/common_make.sh