add deployment, drop gperf, python3

This commit is contained in:
brentru
2019-10-31 10:47:37 -04:00
parent fa6a438981
commit 16708753b4

View File

@@ -8,8 +8,7 @@ os:
addons:
apt:
packages:
- gperf
- python
- python3.6
before_install:
# Save path to the git respository
@@ -33,4 +32,12 @@ install:
script:
- 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