File tree Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Expand file tree Collapse file tree 1 file changed +8
-12
lines changed Original file line number Diff line number Diff line change 2525 pip install -U platformio
2626 platformio update
2727
28- - name : Build bare metal (stm32f429_disco)
29- run : platformio run -e stm32f429_disco
28+ - name : Build esp32_boards
29+ run : platformio run -e esp32_boards
3030
31- - name : Build emulator (sdl2, 64bits)
32- run : platformio run -e emulator_64bits
3331
3432
3533 # Linux_i386:
@@ -70,11 +68,10 @@ jobs:
7068 pip install -U platformio
7169 platformio update
7270
73- - name : Build bare metal (stm32f429_disco)
74- run : platformio run -e stm32f429_disco
71+ - name : Build esp32_boards
72+ run : platformio run -e esp32_boards
73+
7574
76- - name : Build emulator (sdl2, 64bits)
77- run : platformio run -e emulator_64bits
7875
7976
8077 Windows :
9996 pip install -U platformio
10097 platformio update
10198
102- - name : Build bare metal (stm32f429_disco)
103- run : platformio run -e stm32f429_disco
99+ - name : Build esp32_boards
100+ run : platformio run -e esp32_boards
101+
104102
105- - name : Build emulator (sdl2, 64bits)
106- run : platformio run -e emulator_64bits
You can’t perform that action at this time.
0 commit comments