Compare commits

..

No commits in common. 'master' and 'Initial' have entirely different histories.

  1. 5
      .drone.yml

5
.drone.yml

@ -6,9 +6,8 @@ steps:
- name: Build - name: Build
image: therecipe/qt:linux image: therecipe/qt:linux
commands: commands:
- go mod vendor
- qtdeploy build linux
- go vet -v - go vet -v
- qtdeploy build linux
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
@ -16,7 +15,7 @@ steps:
base_url: https://git.nightmare.haus base_url: https://git.nightmare.haus
api_key: api_key:
from_secret: gitea_token from_secret: gitea_token
files: ./deploy/linux/TeslaGo files: ./TeslaGo
checksum: checksum:
- md5 - md5
- sha1 - sha1

Loading…
Cancel
Save