mirror of https://github.com/arendst/Tasmota.git
This reverts commit c4f899a721
.
This commit is contained in:
parent
4c0535687f
commit
dd2dab4609
|
@ -101,7 +101,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- name: Upload safeboot firmware artifacts
|
- name: Upload safeboot firmware artifacts
|
||||||
|
@ -139,7 +139,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- name: Upload firmware artifacts
|
- name: Upload firmware artifacts
|
||||||
|
@ -182,7 +182,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Download safeboot firmwares
|
- name: Download safeboot firmwares
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -219,7 +219,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Download safeboot firmwares
|
- name: Download safeboot firmwares
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -40,7 +40,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- name: Upload safeboot firmware artifacts
|
- name: Upload safeboot firmware artifacts
|
||||||
|
@ -77,7 +77,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
run: platformio run -e ${{ matrix.variant }}
|
run: platformio run -e ${{ matrix.variant }}
|
||||||
- name: Upload firmware artifacts
|
- name: Upload firmware artifacts
|
||||||
|
@ -120,7 +120,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Download safeboot firmwares
|
- name: Download safeboot firmwares
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
@ -157,7 +157,7 @@ jobs:
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
- name: Download safeboot firmwares
|
- name: Download safeboot firmwares
|
||||||
uses: actions/download-artifact@v3
|
uses: actions/download-artifact@v3
|
||||||
with:
|
with:
|
||||||
|
|
|
@ -35,7 +35,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
#python -m pip install --upgrade pip
|
#python -m pip install --upgrade pip
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
#platformio upgrade --dev
|
#platformio upgrade --dev
|
||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
|
@ -63,7 +63,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
#python -m pip install --upgrade pip
|
#python -m pip install --upgrade pip
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
#platformio upgrade --dev
|
#platformio upgrade --dev
|
||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
|
@ -122,7 +122,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
#python -m pip install --upgrade pip
|
#python -m pip install --upgrade pip
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
#platformio upgrade --dev
|
#platformio upgrade --dev
|
||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
|
@ -150,7 +150,7 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
pip install wheel
|
pip install wheel
|
||||||
#python -m pip install --upgrade pip
|
#python -m pip install --upgrade pip
|
||||||
pip install -U platformio==6.1.7
|
pip install -U platformio
|
||||||
#platformio upgrade --dev
|
#platformio upgrade --dev
|
||||||
#platformio update
|
#platformio update
|
||||||
- name: Run PlatformIO
|
- name: Run PlatformIO
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
tasks:
|
tasks:
|
||||||
- command: pip3 install -U platformio==6.1.7 && platformio run -e tasmota
|
- command: pip3 install -U platformio && platformio run -e tasmota
|
||||||
|
|
||||||
image:
|
image:
|
||||||
file: .gitpod.Dockerfile
|
file: .gitpod.Dockerfile
|
||||||
|
|
Loading…
Reference in New Issue