Skip to content

Commit c5df18b

Browse files
author
MOK
committed
update the ci.yml
1 parent e11c38d commit c5df18b

File tree

1 file changed

+8
-12
lines changed

1 file changed

+8
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -25,11 +25,9 @@ jobs:
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:
@@ -99,8 +96,7 @@ jobs:
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

0 commit comments

Comments
 (0)