mirror of
https://git.sr.ht/~phw/scotty
synced 2025-04-25 13:57:56 +02:00
Publish module redirect on https://go.uploadedlobster.com/scotty
This commit is contained in:
parent
e1c9fb6076
commit
3ce0851f45
4 changed files with 27 additions and 0 deletions
|
@ -1,6 +1,8 @@
|
|||
image: alpine/edge
|
||||
packages:
|
||||
- go
|
||||
- hut
|
||||
oauth: pages.sr.ht/PAGES:RW
|
||||
tasks:
|
||||
- test: |
|
||||
cd scotty
|
||||
|
@ -12,6 +14,9 @@ tasks:
|
|||
GOOS=linux GOARCH=amd64 go build -o bin/scotty-linux .
|
||||
GOOS=darwin GOARCH=amd64 go build -o bin/scotty-mac-intel .
|
||||
GOOS=darwin GOARCH=arm64 go build -o bin/scotty-mac-arm .
|
||||
- publish-redirect: |
|
||||
# Update redirect on https://go.uploadedlobster.com/scotty
|
||||
./scotty/pages/publish.sh
|
||||
artifacts:
|
||||
- scotty/bin/scotty.exe
|
||||
- scotty/bin/scotty-linux
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue