File tree Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Expand file tree Collapse file tree 3 files changed +18
-18
lines changed Original file line number Diff line number Diff line change @@ -19,16 +19,16 @@ jobs:
19
19
with :
20
20
python-version : ' 3.10'
21
21
22
+ - uses : espressif/esp-idf-ci-action@v1
23
+ with :
24
+ esp_idf_version : v5.0.4
25
+ target : esp32s3
26
+ path : ' lib/esp-idf'
27
+
22
28
- name : Install Dependencies
23
29
run : brew install --force gcc libffi cmake ninja make
24
30
25
31
- name : Build ESP32 port
26
- uses : espressif/esp-idf-ci-action@v1
27
- with :
28
- esp_idf_version : v5.0.4
29
- target : esp32s3
30
- path : ' lib/esp-idf'
31
-
32
32
run : python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
33
33
34
34
- name : Build STM32 port
Original file line number Diff line number Diff line change @@ -20,16 +20,16 @@ jobs:
20
20
with :
21
21
python-version : ' 3.10'
22
22
23
+ - uses : espressif/esp-idf-ci-action@v1
24
+ with :
25
+ esp_idf_version : v5.0.4
26
+ target : esp32s3
27
+ path : ' lib/esp-idf'
28
+
23
29
- name : Install Deps
24
30
run : sudo apt-get install --force-yes -y build-essential pkg-config cmake ninja-build libffi-dev gnome-desktop-testing libasound2-dev libpulse-dev libaudio-dev libjack-dev libsndio-dev libx11-dev libxext-dev libxrandr-dev libxcursor-dev libxfixes-dev libxi-dev libxss-dev libxkbcommon-dev libdrm-dev libgbm-dev libgl1-mesa-dev libgles2-mesa-dev libegl1-mesa-dev libdbus-1-dev libibus-1.0-dev libudev-dev fcitx-libs-dev libpipewire-0.3-dev libwayland-dev libdecor-0-dev
25
31
26
32
- name : Build ESP32 port
27
- uses : espressif/esp-idf-ci-action@v1
28
- with :
29
- esp_idf_version : v5.0.4
30
- target : esp32s3
31
- path : ' lib/esp-idf'
32
-
33
33
run : python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
34
34
35
35
- name : Build STM32 port
Original file line number Diff line number Diff line change @@ -19,18 +19,18 @@ jobs:
19
19
with :
20
20
python-version : ' 3.10'
21
21
22
+ - uses : espressif/esp-idf-ci-action@v1
23
+ with :
24
+ esp_idf_version : v5.0.4
25
+ target : esp32s3
26
+ path : ' lib/esp-idf'
27
+
22
28
- name : Install Dependencies
23
29
run : |
24
30
winget install --accept-source-agreements --accept-package-agreements ezwinports.make
25
31
python3 -m pip install pyMSVC
26
32
27
33
- name : Build ESP32 port
28
- uses : espressif/esp-idf-ci-action@v1
29
- with :
30
- esp_idf_version : v5.0.4
31
- target : esp32s3
32
- path : ' lib/esp-idf'
33
-
34
34
run : python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911
35
35
36
36
- name : Build STM32 port
You can’t perform that action at this time.
0 commit comments