mirror of
https://github.com/emsesp/EMS-ESP32.git
synced 2025-12-10 17:59:53 +03:00
text changes and formatting
This commit is contained in:
34
.travis.yml
34
.travis.yml
@@ -1,7 +1,7 @@
|
||||
os: linux
|
||||
language: python
|
||||
python:
|
||||
- '2.7'
|
||||
- "2.7"
|
||||
|
||||
cache:
|
||||
directories:
|
||||
@@ -9,7 +9,7 @@ cache:
|
||||
|
||||
env:
|
||||
global:
|
||||
# - BUILDER_TOTAL_THREADS=4
|
||||
# - BUILDER_TOTAL_THREADS=4
|
||||
- BUILDER_TOTAL_THREADS=1
|
||||
- OWNER=${TRAVIS_REPO_SLUG%/*}
|
||||
- DEV=${OWNER/proddy/dev}
|
||||
@@ -33,15 +33,15 @@ script:
|
||||
|
||||
stages:
|
||||
- name: Release
|
||||
# if: type IN (cron, api)
|
||||
# if: type IN (cron, api)
|
||||
|
||||
jobs:
|
||||
include:
|
||||
- stage: Release
|
||||
# env: BUILDER_THREAD=0
|
||||
# - env: BUILDER_THREAD=1
|
||||
# - env: BUILDER_THREAD=2
|
||||
# - env: BUILDER_THREAD=3
|
||||
- stage: Release
|
||||
# env: BUILDER_THREAD=0
|
||||
# - env: BUILDER_THREAD=1
|
||||
# - env: BUILDER_THREAD=2
|
||||
# - env: BUILDER_THREAD=3
|
||||
|
||||
before_deploy:
|
||||
- git tag -f travis-${TAG}-build
|
||||
@@ -55,11 +55,13 @@ deploy:
|
||||
provider: releases
|
||||
edge:
|
||||
branch: master
|
||||
token: ${GITHUB_TOKEN}
|
||||
token: ${GITHUB_TOKEN}
|
||||
file_glob: true
|
||||
# file: "firmware/*.bin"
|
||||
file: "*.bin"
|
||||
name: latest development build
|
||||
release_notes: Automatic firmware builds of the latest EMS-ESP $TRAVIS_BRANCH branch
|
||||
release_notes:
|
||||
Automatic firmware builds of the current EMS-ESP $TRAVIS_BRANCH branch
|
||||
(commit $TRAVIS_COMMIT). Built by Travis CI on $(date +'%F %T %Z').
|
||||
cleanup: false
|
||||
prerelease: true
|
||||
@@ -74,9 +76,9 @@ notifications:
|
||||
on_success: change
|
||||
on_failure: change
|
||||
|
||||
#webhooks:
|
||||
# urls:
|
||||
# - https://webhooks.gitter.im/e/83e4c4ab123eca3082b4
|
||||
# on_success: change # options: [always|never|change] default: always
|
||||
# on_failure: always # options: [always|never|change] default: always
|
||||
# on_start: false # default: false
|
||||
webhooks:
|
||||
urls:
|
||||
- https://webhooks.gitter.im/e/83e4c4ab123eca3082b4
|
||||
on_success: change # options: [always|never|change] default: always
|
||||
on_failure: always # options: [always|never|change] default: always
|
||||
on_start: false # default: false
|
||||
|
||||
Reference in New Issue
Block a user