Max Prokhorov
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
4 additions and
1 deletions
-
.travis.yml
|
@ -15,7 +15,10 @@ env: |
|
|
script: |
|
|
script: |
|
|
- ./travis_script.sh |
|
|
- ./travis_script.sh |
|
|
stages: |
|
|
stages: |
|
|
- name: Test |
|
|
|
|
|
|
|
|
- name: Test WebUI |
|
|
|
|
|
if: tag IS NOT present |
|
|
|
|
|
- name: Test PlatformIO Build |
|
|
|
|
|
if: tag IS NOT present |
|
|
- name: Release |
|
|
- name: Release |
|
|
if: tag IS present AND tag =~ ^\d+\.\d+\.\d+$ |
|
|
if: tag IS present AND tag =~ ^\d+\.\d+\.\d+$ |
|
|
jobs: |
|
|
jobs: |
|
|