Browse Source

Trying to appease drone

master
Gregory Rudolph 2 years ago
parent
commit
e67fb8275c
Signed by: rudi
GPG Key ID: EF64F3CBD1A1EBDD
  1. 6
      .drone.yml

6
.drone.yml

@ -12,9 +12,9 @@ steps:
- go get github.com/reujab/wallpaper - go get github.com/reujab/wallpaper
- go vet -v - go vet -v
- env - env
- GOOS="linux" go build -ldflags="-w -s -x main.api_key=${NASA_TOKEN}" -o SpaceFace-Linux - GOOS="linux" go build -ldflags="-w -s -x main.api_key=$NASA_TOKEN" -o SpaceFace-Linux
- GOOS="windows" go build -ldflags="-w -s -x main.api_key=${NASA_TOKEN}" -o SpaceFace-Win.exe - GOOS="windows" go build -ldflags="-w -s -x main.api_key=$NASA_TOKEN" -o SpaceFace-Win.exe
- GOOS="darwin" go build -ldflags="-w -s -x main.api_key=${NASA_TOKEN}" -o SpaceFace-macOS - GOOS="darwin" go build -ldflags="-w -s -x main.api_key=$NASA_TOKEN" -o SpaceFace-macOS
- name: gitea_release - name: gitea_release
image: plugins/gitea-release image: plugins/gitea-release
settings: settings:

Loading…
Cancel
Save