Compare commits
5 Commits
Author | SHA1 | Date |
---|---|---|
Gregory Rudolph | 84e6563088 | 4 years ago |
Gregory Rudolph | 9d9687100d | 4 years ago |
Gregory Rudolph | 5e18a83d41 | 4 years ago |
Gregory Rudolph | 9a0743a77f | 4 years ago |
Gregory Rudolph | 65e6f0af24 | 4 years ago |
4 changed files with 83 additions and 3 deletions
@ -0,0 +1,28 @@ |
|||||||
|
kind: pipeline |
||||||
|
type: docker |
||||||
|
name: default |
||||||
|
|
||||||
|
steps: |
||||||
|
- name: Build |
||||||
|
image: therecipe/qt:linux |
||||||
|
commands: |
||||||
|
- go mod vendor |
||||||
|
- qtdeploy build linux |
||||||
|
- go vet -v |
||||||
|
|
||||||
|
- name: gitea_release |
||||||
|
image: plugins/gitea-release |
||||||
|
settings: |
||||||
|
base_url: https://git.nightmare.haus |
||||||
|
api_key: |
||||||
|
from_secret: gitea_token |
||||||
|
files: ./deploy/linux/TeslaGo |
||||||
|
checksum: |
||||||
|
- md5 |
||||||
|
- sha1 |
||||||
|
- sha256 |
||||||
|
- sha512 |
||||||
|
- adler32 |
||||||
|
- crc32 |
||||||
|
when: |
||||||
|
event: [tag] |
@ -1,7 +1,8 @@ |
|||||||
qtbox |
qtbox |
||||||
|
vehicle.png |
||||||
vendor |
vendor |
||||||
TeslaGo |
TeslaGo |
||||||
*.log |
*.log |
||||||
.vscode |
.vscode |
||||||
deploy |
deploy |
||||||
linux |
linux |
||||||
|
Loading…
Reference in new issue