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