diff --git a/.github/workflows/CI_github_ESP32.yml b/.github/workflows/CI_github_ESP32.yml index ecf8bf561..fbf8beab0 100644 --- a/.github/workflows/CI_github_ESP32.yml +++ b/.github/workflows/CI_github_ESP32.yml @@ -64,6 +64,26 @@ jobs: name: firmware path: ./build_output/firmware + tasmota32-core2: + 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: | + platformio run -e tasmota32-core2 + - uses: actions/upload-artifact@v2 + with: + name: firmware + path: ./build_output/firmware + tasmota32-minimal: runs-on: ubuntu-latest steps: diff --git a/.github/workflows/Tasmota_build.yml b/.github/workflows/Tasmota_build.yml index 6cf253537..ccee1adf0 100644 --- a/.github/workflows/Tasmota_build.yml +++ b/.github/workflows/Tasmota_build.yml @@ -898,6 +898,29 @@ jobs: path: ./build_output/firmware + tasmota32-core2: + needs: tasmota_pull + runs-on: ubuntu-latest + continue-on-error: true + 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: | + platformio run -e tasmota32-core2 + - uses: actions/upload-artifact@v2 + with: + name: firmware + path: ./build_output/firmware + + tasmota32-knx: needs: tasmota_pull runs-on: ubuntu-latest diff --git a/.github/workflows/Tasmota_build_master.yml b/.github/workflows/Tasmota_build_master.yml index b2b68c477..966337686 100644 --- a/.github/workflows/Tasmota_build_master.yml +++ b/.github/workflows/Tasmota_build_master.yml @@ -898,6 +898,29 @@ jobs: path: ./build_output/firmware + tasmota32-core2: + needs: tasmota_pull + runs-on: ubuntu-latest + continue-on-error: true + 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: | + platformio run -e tasmota32-core2 + - uses: actions/upload-artifact@v2 + with: + name: firmware + path: ./build_output/firmware + + tasmota32-knx: needs: tasmota_pull runs-on: ubuntu-latest diff --git a/platformio_override_sample.ini b/platformio_override_sample.ini index deff8272a..5bdf1a7f2 100644 --- a/platformio_override_sample.ini +++ b/platformio_override_sample.ini @@ -37,6 +37,7 @@ default_envs = ; tasmota32-ircustom ; tasmota32solo1 ; tasmota32-odroidgo +; tasmota32-core2 [common] diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index 7053ac3af..40c3b38a1 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -9,6 +9,7 @@ default_envs = ${build_envs.default_envs} ; tasmota32 ; tasmota32-webcam ; tasmota32-odroidgo +; tasmota32-core2 ; tasmota32-minimal ; tasmota32-lite ; tasmota32-knx