add deployment, drop gperf, python3
This commit is contained in:
11
.travis.yml
11
.travis.yml
@@ -8,8 +8,7 @@ os:
|
|||||||
addons:
|
addons:
|
||||||
apt:
|
apt:
|
||||||
packages:
|
packages:
|
||||||
- gperf
|
- python3.6
|
||||||
- python
|
|
||||||
|
|
||||||
before_install:
|
before_install:
|
||||||
# Save path to the git respository
|
# Save path to the git respository
|
||||||
@@ -34,3 +33,11 @@ install:
|
|||||||
script:
|
script:
|
||||||
- cd $PROJECT_PATH
|
- cd $PROJECT_PATH
|
||||||
- make firmware
|
- make firmware
|
||||||
|
|
||||||
|
deploy:
|
||||||
|
provider: releases
|
||||||
|
api_key: "GITHUB OAUTH TOKEN"
|
||||||
|
file: "FILE TO UPLOAD"
|
||||||
|
skip_cleanup: true
|
||||||
|
on:
|
||||||
|
tags: true
|
||||||
Reference in New Issue
Block a user