Skip to content

Commit a8e10f0

Browse files
committed
working on being able to share the SPI Bus
1 parent 9f83669 commit a8e10f0

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

.github/workflows/unix.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
name: Unix build
22

3+
# git submodule update --init -- lib/SDL
4+
# cd lib/SDL && git checkout release-2.30.2 && cd ../..
5+
6+
# git submodule update --init --recursive -- lib/esp-idf
7+
# export "IDF_PATH=${GITHUB_WORKSPACE}/lib/esp-idf"
8+
# ./lib/esp-idf/install.sh all
9+
# . ./lib/esp-idf/export.sh
10+
311
on:
412
push:
513
pull_request:
@@ -40,21 +48,13 @@ jobs:
4048
4149
git submodule update --init -- lib/lvgl
4250
cd lib/lvgl && git checkout master && cd ../..
43-
44-
git submodule update --init -- lib/SDL
45-
cd lib/SDL && git checkout release-2.30.2 && cd ../..
46-
47-
git submodule update --init --recursive -- lib/esp-idf
48-
export "IDF_PATH=${GITHUB_WORKSPACE}/lib/esp-idf"
49-
./lib/esp-idf/install.sh all
50-
. ./lib/esp-idf/export.sh
51-
52-
- name: Build ESP32 port
53-
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911 --ccache
5451
5552
- name: Build STM32 port
5653
run: python3 make.py stm32 submodules clean mpy_cross BOARD=STM32H7B3I_DK DISPLAY=rgb_display INDEV=gt911
5754

55+
- name: Build ESP32 port
56+
run: python3 make.py esp32 submodules clean mpy_cross BOARD=ESP32_GENERIC_S3 BOARD_VARIANT=SPIRAM_OCT DISPLAY=rgb_display INDEV=gt911 --ccache
57+
5858
- name: Build Raspberry Pi PICO port
5959
run: python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
6060

0 commit comments

Comments
 (0)