mirror of
https://github.com/ehang-io/nps.git
synced 2025-07-03 21:20:41 +00:00
update travis.yml
This commit is contained in:
parent
a6a011c2fa
commit
6f55c8095e
10
.travis.yml
10
.travis.yml
@ -29,11 +29,7 @@ before_deploy:
|
|||||||
|
|
||||||
- CGO_ENABLED=0 GOOS=freebsd GOARCH=arm go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/npc/npc.go
|
- CGO_ENABLED=0 GOOS=freebsd GOARCH=arm go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/npc/npc.go
|
||||||
|
|
||||||
- tar -czvf freebsd_arm_client.tar.gz npc conf/npc.conf
|
|
||||||
|
|
||||||
- CGO_ENABLED=0 GOOS=linux GOARCH=arm go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/npc/npc.go
|
|
||||||
|
|
||||||
- tar -czvf linux_arm_client.tar.gz npc conf/npc.conf
|
|
||||||
|
|
||||||
|
|
||||||
- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/npc/npc.go
|
- CGO_ENABLED=0 GOOS=linux GOARCH=arm64 go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/npc/npc.go
|
||||||
@ -93,10 +89,6 @@ before_deploy:
|
|||||||
- tar -czvf linux_arm64_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static nps
|
- tar -czvf linux_arm64_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static nps
|
||||||
|
|
||||||
|
|
||||||
- CGO_ENABLED=0 GOOS=freebsd GOARCH=arm go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
|
|
||||||
|
|
||||||
- tar -czvf freebsd_arm_server.tar.gz conf/nps.conf conf/tasks.json conf/clients.json conf/hosts.json conf/server.key conf/server.pem web/views web/static nps
|
|
||||||
|
|
||||||
|
|
||||||
- CGO_ENABLED=0 GOOS=freebsd GOARCH=386 go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
|
- CGO_ENABLED=0 GOOS=freebsd GOARCH=386 go build -ldflags "-s -w -extldflags -static -extldflags -static" ./cmd/nps/nps.go
|
||||||
|
|
||||||
@ -155,8 +147,6 @@ deploy:
|
|||||||
- freebsd_386_server.tar.gz
|
- freebsd_386_server.tar.gz
|
||||||
- freebsd_amd64_client.tar.gz
|
- freebsd_amd64_client.tar.gz
|
||||||
- freebsd_amd64_server.tar.gz
|
- freebsd_amd64_server.tar.gz
|
||||||
- freebsd_arm_client.tar.gz
|
|
||||||
- freebsd_arm_server.tar.gz
|
|
||||||
- linux_386_client.tar.gz
|
- linux_386_client.tar.gz
|
||||||
- linux_386_server.tar.gz
|
- linux_386_server.tar.gz
|
||||||
- linux_amd64_client.tar.gz
|
- linux_amd64_client.tar.gz
|
||||||
|
Loading…
x
Reference in New Issue
Block a user