This commit is contained in:
mrfaptastic 2023-11-27 03:26:43 +00:00
commit bd555153e8
3 changed files with 9 additions and 8 deletions

View file

@ -1,4 +1,4 @@
name: esp-idf with Adafruit GFX Library
name: esp-idf 5.1.2 with Adafruit GFX Library
on:
push:
@ -43,6 +43,6 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v4.4.4
esp_idf_version: v5.1.2
target: esp32
path: 'examples/esp-idf/with-gfx'

View file

@ -1,4 +1,4 @@
name: esp-idf without Adafruit GFX Library
name: esp-idf 5.1.2 without Adafruit GFX Library
on:
push:
@ -12,7 +12,7 @@ on:
jobs:
build:
name: esp-idf without Adafruit GFX
name: esp-idf 5.1.2 without Adafruit GFX
runs-on: ubuntu-latest
@ -28,6 +28,6 @@ jobs:
- name: esp-idf build
uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: v4.4
esp_idf_version: v5.1.2
target: esp32
path: 'examples/esp-idf/without-gfx'

View file

@ -2,7 +2,7 @@
# For more information see: https://help.github.com/actions/language-and-framework-guides/using-python-with-github-actions
# https://docs.platformio.org/en/latest/integration/ci/github-actions.html
name: PlatformIO CI
name: PlatformIO 6.1.11 Arduino CI
on:
push:
@ -48,7 +48,7 @@ jobs:
with:
python-version: '3.x'
- name: Install Platformio
run: pip install --upgrade platformio==6.1.6
run: pip install --upgrade platformio==6.1.11
- name: Run PlatformIO CI (Arduino)
if: ${{ matrix.framework == 'Arduino'}}
env:
@ -60,4 +60,5 @@ jobs:
env:
PLATFORMIO_BUILD_FLAGS: -DIDF_BUILD ${{ matrix.no_gfx }} ${{ matrix.no_fast_functions }} ${{ matrix.no_cie1931 }} ${{ matrix.virtual_panel }}
# pio ci doesn't use our sdkconfig, so we have to use pio run
run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini
#run: pio run -d ${{ matrix.example }} -e esp32idf -c ${{ matrix.example }}/platformio.ini
run: pio run -d ${{ matrix.example }}