mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 19:56:30 +00:00
Build some firmwares with Win
This commit is contained in:
parent
0db37f7d36
commit
753bce9b8b
14
.github/workflows/Tasmota_build.yml
vendored
14
.github/workflows/Tasmota_build.yml
vendored
@ -9,7 +9,7 @@ on:
|
||||
|
||||
jobs:
|
||||
tasmota_pull:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
tasmota:
|
||||
needs: tasmota_pull
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -49,7 +49,7 @@ jobs:
|
||||
|
||||
tasmota-minimal:
|
||||
needs: tasmota_pull
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -69,7 +69,7 @@ jobs:
|
||||
|
||||
tasmota-lite:
|
||||
needs: tasmota_pull
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -89,7 +89,7 @@ jobs:
|
||||
|
||||
tasmota-knx:
|
||||
needs: tasmota_pull
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -109,7 +109,7 @@ jobs:
|
||||
|
||||
tasmota-sensors:
|
||||
needs: tasmota_pull
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
@ -129,7 +129,7 @@ jobs:
|
||||
|
||||
tasmota-display:
|
||||
needs: tasmota_pull
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: windows-2019
|
||||
continue-on-error: true
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
|
Loading…
x
Reference in New Issue
Block a user