mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-23 18:56:38 +00:00
Delete .travis.yml.off
This commit is contained in:
parent
73b46f351e
commit
31622ca170
@ -1,47 +0,0 @@
|
|||||||
language: python
|
|
||||||
python:
|
|
||||||
- '3.7'
|
|
||||||
sudo: false
|
|
||||||
install:
|
|
||||||
- pip install -U platformio
|
|
||||||
- platformio upgrade --dev
|
|
||||||
- platformio update
|
|
||||||
|
|
||||||
cache: false
|
|
||||||
|
|
||||||
env:
|
|
||||||
- ENV=tasmota
|
|
||||||
- ENV=tasmota-minimal
|
|
||||||
- ENV=tasmota-lite
|
|
||||||
- ENV=tasmota-knx
|
|
||||||
- ENV=tasmota-sensors
|
|
||||||
- ENV=tasmota-display
|
|
||||||
- ENV=tasmota-ir
|
|
||||||
- ENV=tasmota-BG
|
|
||||||
- ENV=tasmota-BR
|
|
||||||
- ENV=tasmota-CN
|
|
||||||
- ENV=tasmota-CZ
|
|
||||||
- ENV=tasmota-DE
|
|
||||||
- ENV=tasmota-ES
|
|
||||||
- ENV=tasmota-FR
|
|
||||||
- ENV=tasmota-GR
|
|
||||||
- ENV=tasmota-HE
|
|
||||||
- ENV=tasmota-HU
|
|
||||||
- ENV=tasmota-IT
|
|
||||||
- ENV=tasmota-KO
|
|
||||||
- ENV=tasmota-NL
|
|
||||||
- ENV=tasmota-PL
|
|
||||||
- ENV=tasmota-PT
|
|
||||||
- ENV=tasmota-RO
|
|
||||||
- ENV=tasmota-RU
|
|
||||||
- ENV=tasmota-SE
|
|
||||||
- ENV=tasmota-SK
|
|
||||||
- ENV=tasmota-TR
|
|
||||||
- ENV=tasmota-TW
|
|
||||||
- ENV=tasmota-UK
|
|
||||||
- ENV=tasmota-VN
|
|
||||||
|
|
||||||
script:
|
|
||||||
- platformio run -e $ENV
|
|
||||||
before_deploy:
|
|
||||||
- for file in .pioenvs/*/firmware.bin; do cp $file ${file%/*}.bin; done
|
|
Loading…
x
Reference in New Issue
Block a user