From 5cffa9d4459a15f10151e0deac491260748b5555 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Henrique=20Sebasti=C3=A3o?= Date: Fri, 28 Jun 2024 22:38:24 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9B=A0=EF=B8=8F=20ci:=20Add=20compile=20s?= =?UTF-8?q?ketch=20action=20(agora=20vai)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index be89ac6..c4cd8c5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ on: jobs: compile_sketch: - name: Build ${{ matrix.board.name }} Firmware + name: Build Saturn Firmware runs-on: ubuntu-latest strategy: fail-fast: false @@ -21,7 +21,6 @@ jobs: - { name: "M5Cardputer", fqbn: "m5stack:esp32:m5stack_cardputer", - extra_flags: "-DCARDPUTER", libraries: "M5Cardputer IRRemoteESP8266 M5Stack-SD-Updater M5Unified", partitions: { bootloader_addr: "0x0000", @@ -91,13 +90,9 @@ jobs: run: | set -x - - extra_flags="${{ matrix.board.extra_flags }} -DNEMO_VERSION=\"${version}\" -D${language}" - arduino-cli compile --fqbn ${{ matrix.board.fqbn }} -e \ --build-property build.partitions=huge_app \ --build-property upload.maximum_size=3145728 \ - --build-property compiler.cpp.extra_flags="${extra_flags}" \ ./saturn.ino - name: Create ${{ matrix.board.name }} Firmware Binary