mirror of
https://github.com/ehang-io/nps.git
synced 2025-09-02 03:16:53 +00:00
update travis.yml
This commit is contained in:
@@ -9,6 +9,9 @@ script:
|
|||||||
before_deploy:
|
before_deploy:
|
||||||
- GOARCH=amd64 GOOS=linux go build cmd/nps/nps.go
|
- GOARCH=amd64 GOOS=linux go build cmd/nps/nps.go
|
||||||
- zip -r server_linux_amd64.zip nps conf web
|
- zip -r server_linux_amd64.zip nps conf web
|
||||||
|
- GOARCH=amd64 GOOS=darwin go build cmd/nps/nps.go
|
||||||
|
- zip -r server_macos_amd64.zip nps conf web
|
||||||
|
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
provider: releases
|
provider: releases
|
||||||
|
Reference in New Issue
Block a user