File tree Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Expand file tree Collapse file tree 1 file changed +11
-11
lines changed Original file line number Diff line number Diff line change 1
1
name : Unix build
2
2
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
+
3
11
on :
4
12
push :
5
13
pull_request :
@@ -40,21 +48,13 @@ jobs:
40
48
41
49
git submodule update --init -- lib/lvgl
42
50
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
54
51
55
52
- name : Build STM32 port
56
53
run : python3 make.py stm32 submodules clean mpy_cross BOARD=STM32H7B3I_DK DISPLAY=rgb_display INDEV=gt911
57
54
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
+
58
58
- name : Build Raspberry Pi PICO port
59
59
run : python3 make.py rp2 submodules clean mpy_cross BOARD=RPI_PICO DISPLAY=rgb_display INDEV=gt911
60
60
You can’t perform that action at this time.
0 commit comments