mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 05:06:32 +00:00
Add ESP32webcam to CI
This commit is contained in:
parent
d0daea1037
commit
640c834bad
17
.github/workflows/CI_github_ESP32.yml
vendored
17
.github/workflows/CI_github_ESP32.yml
vendored
@ -21,6 +21,23 @@ jobs:
|
|||||||
platformio run -e tasmota32
|
platformio run -e tasmota32
|
||||||
|
|
||||||
|
|
||||||
|
tasmota32-webcam:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/checkout@v1
|
||||||
|
- name: Set up Python
|
||||||
|
uses: actions/setup-python@v1
|
||||||
|
- name: Install dependencies
|
||||||
|
run: |
|
||||||
|
python -m pip install --upgrade pip
|
||||||
|
pip install -U platformio
|
||||||
|
platformio upgrade --dev
|
||||||
|
platformio update
|
||||||
|
- name: Run PlatformIO
|
||||||
|
run: |
|
||||||
|
cp platformio_override_sample.ini platformio_override.ini
|
||||||
|
platformio run -e tasmota32-webcam
|
||||||
|
|
||||||
tasmota32-minimal:
|
tasmota32-minimal:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
|
@ -21,6 +21,7 @@ build_flags = ${common32.build_flags}
|
|||||||
extends = env:tasmota32
|
extends = env:tasmota32
|
||||||
board = esp32cam
|
board = esp32cam
|
||||||
board_build.f_cpu = 240000000L
|
board_build.f_cpu = 240000000L
|
||||||
|
build_flags = ${common32.build_flags} -DUSE_WEBCAM
|
||||||
|
|
||||||
[env:tasmota32-minimal]
|
[env:tasmota32-minimal]
|
||||||
extends = env:tasmota32
|
extends = env:tasmota32
|
||||||
|
Loading…
x
Reference in New Issue
Block a user