From 830283a6aadb2af7337d2fc37953ee4cfe83ddbf Mon Sep 17 00:00:00 2001 From: mrcodetastic <12006953+mrcodetastic@users.noreply.github.com> Date: Wed, 19 Feb 2025 01:47:52 +0000 Subject: Rename esp-idf-5.1.2_without-gfx.yml to esp-idf-5.3.1_without-gfx.yml --- .github/workflows/esp-idf-5.1.2_without-gfx.yml | 33 ------------------------- .github/workflows/esp-idf-5.3.1_without-gfx.yml | 33 +++++++++++++++++++++++++ 2 files changed, 33 insertions(+), 33 deletions(-) delete mode 100644 .github/workflows/esp-idf-5.1.2_without-gfx.yml create mode 100644 .github/workflows/esp-idf-5.3.1_without-gfx.yml (limited to '.github/workflows') diff --git a/.github/workflows/esp-idf-5.1.2_without-gfx.yml b/.github/workflows/esp-idf-5.1.2_without-gfx.yml deleted file mode 100644 index 5087316..0000000 --- a/.github/workflows/esp-idf-5.1.2_without-gfx.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: esp-idf 5.3.1 without Adafruit GFX Library - -on: - push: - paths-ignore: - - '**.md' - - 'doc/**' - pull_request: - paths-ignore: - - '**.md' - - 'doc/**' - -jobs: - build: - name: esp-idf 5.3.1 without Adafruit GFX - - runs-on: ubuntu-latest - - steps: - - name: Checkout repo - uses: actions/checkout@v4 - with: - submodules: 'recursive' - - name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component - uses: actions/checkout@v4 - with: - path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA' - - name: esp-idf build - uses: espressif/esp-idf-ci-action@v1 - with: - esp_idf_version: v5.3.1 - target: esp32 - path: 'examples/esp-idf/without-gfx' diff --git a/.github/workflows/esp-idf-5.3.1_without-gfx.yml b/.github/workflows/esp-idf-5.3.1_without-gfx.yml new file mode 100644 index 0000000..5087316 --- /dev/null +++ b/.github/workflows/esp-idf-5.3.1_without-gfx.yml @@ -0,0 +1,33 @@ +name: esp-idf 5.3.1 without Adafruit GFX Library + +on: + push: + paths-ignore: + - '**.md' + - 'doc/**' + pull_request: + paths-ignore: + - '**.md' + - 'doc/**' + +jobs: + build: + name: esp-idf 5.3.1 without Adafruit GFX + + runs-on: ubuntu-latest + + steps: + - name: Checkout repo + uses: actions/checkout@v4 + with: + submodules: 'recursive' + - name: Checkout ESP32-HUB75-MatrixPanel-I2S-DMA component + uses: actions/checkout@v4 + with: + path: 'examples/esp-idf/without-gfx/components/ESP32-HUB75-MatrixPanel-I2S-DMA' + - name: esp-idf build + uses: espressif/esp-idf-ci-action@v1 + with: + esp_idf_version: v5.3.1 + target: esp32 + path: 'examples/esp-idf/without-gfx' -- cgit v1.3.1