Skip to content

Commit ce26ed0

Browse files
committed
andere envs bei den github workflows
1 parent 29c6db5 commit ce26ed0

3 files changed

Lines changed: 9 additions & 18 deletions

File tree

.github/workflows/build-platformio-macos.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,13 @@ jobs:
6262
run: pip install --upgrade platformio
6363

6464
- name: Build PlatformIO env:ESP32-Rev1toRev4
65-
run: pio run -e esp32-Rev1toRev4
65+
run: pio run -e esp32
6666

6767
- name: Build PlatformIO env:ESP32_testboard-Rev1toRev4
68-
run: pio run -e esp32_testboard-Rev1toRev4
68+
run: pio run -e esp32_testboard
6969

7070
- name: Build PlatformIO env:ESP32-S3-Rev5andHigher
71-
run: pio run -e esp32-s3-Rev5andHigher
72-
73-
- name: Build PlatformIO env:ESP32-S3_testboard-Rev5andHigher
74-
run: pio run -e esp32-s3_testboard-Rev5andHigher
71+
run: pio run -e esp32-cheap_yellow_display
7572

7673
- name: Build PlatformIO env:macOS
7774
run: pio run -e macOS

.github/workflows/build-platformio-ubuntu.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,13 @@ jobs:
6262
run: pip install --upgrade platformio
6363

6464
- name: Build PlatformIO env:ESP32-Rev1toRev4
65-
run: pio run -e esp32-Rev1toRev4
65+
run: pio run -e esp32
6666

6767
- name: Build PlatformIO env:ESP32_testboard-Rev1toRev4
68-
run: pio run -e esp32_testboard-Rev1toRev4
68+
run: pio run -e esp32_testboard
6969

7070
- name: Build PlatformIO env:ESP32-S3-Rev5andHigher
71-
run: pio run -e esp32-s3-Rev5andHigher
72-
73-
- name: Build PlatformIO env:ESP32-S3_testboard-Rev5andHigher
74-
run: pio run -e esp32-s3_testboard-Rev5andHigher
71+
run: pio run -e esp32-cheap_yellow_display
7572

7673
- name: Build PlatformIO env:linux_64bit
7774
run: pio run -e linux_64bit

.github/workflows/build-platformio-windows.yml

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -62,16 +62,13 @@ jobs:
6262
run: pip install --upgrade platformio
6363

6464
- name: Build PlatformIO env:ESP32-Rev1toRev4
65-
run: pio run -e esp32-Rev1toRev4
65+
run: pio run -e esp32
6666

6767
- name: Build PlatformIO env:ESP32_testboard-Rev1toRev4
68-
run: pio run -e esp32_testboard-Rev1toRev4
68+
run: pio run -e esp32_testboard
6969

7070
- name: Build PlatformIO env:ESP32-S3-Rev5andHigher
71-
run: pio run -e esp32-s3-Rev5andHigher
72-
73-
- name: Build PlatformIO env:ESP32-S3_testboard-Rev5andHigher
74-
run: pio run -e esp32-s3_testboard-Rev5andHigher
71+
run: pio run -e esp32-cheap_yellow_display
7572

7673
- name: Build PlatformIO env:windows_64bit
7774
if: ${{matrix.sys == 'mingw64'}}

0 commit comments

Comments
 (0)