CI for ESP32

in a different process to see the failures for ESP8266 and ESP32
This commit is contained in:
Jason2866 2020-05-04 08:42:15 +02:00 committed by GitHub
parent d410420110
commit 9824b64a51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 22 additions and 0 deletions

22
.github/workflows/CI_github_ESP32.yml vendored Normal file
View File

@ -0,0 +1,22 @@
name: Tasmota ESP32 CI
on: [push, pull_request]
jobs:
tasmota32:
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