Browse Source

Update Drone for other platforms

master 1.0.1
Gregory Rudolph 2 years ago
parent
commit
852beb656c
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 9
      .drone.yml

9
.drone.yml

@ -8,14 +8,19 @@ steps:
commands: commands:
- go get github.com/reujab/wallpaper - go get github.com/reujab/wallpaper
- go vet -v - go vet -v
- go build - GOOS="linux" go build -o SpaceFace-Linux
- GOOS="windows" go build -o SpaceFace-Win.exe
- GOOS="darwin" go build -o SpaceFace-macOS
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:
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: ./SpaceFace files:
- ./SpaceFace-Linux
- ./SpaceFace-Win.exe
- ./SpaceFace-macOS
checksum: checksum:
- md5 - md5
- sha1 - sha1

Loading…
Cancel
Save