File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 13
13
- go mod vendor
14
14
script :
15
15
- make build
16
+ - make install
16
17
- make test
17
18
18
19
- stage : test
Original file line number Diff line number Diff line change @@ -54,8 +54,10 @@ install-static:
54
54
.PHONY : install
55
55
install :
56
56
$(info # Installing binaries into $(GOBIN ) )
57
- GOBIN=$(GOBIN ) $(GO ) install $(GOFLAGS ) -ldflags " $( LDFLAGS) -w" -v ./...
58
-
57
+ GOBIN=$(GOBIN ) $(GO ) install $(GOFLAGS ) -ldflags " $( LDFLAGS) -w" -v github.com/CanonicalLtd/serial-vault/cmd/serial-vault
58
+ GOBIN=$(GOBIN ) $(GO ) install $(GOFLAGS ) -ldflags " $( LDFLAGS) -w" -v github.com/CanonicalLtd/serial-vault/cmd/serial-vault-admin
59
+ GOBIN=$(GOBIN ) $(GO ) install $(GOFLAGS ) -ldflags " $( LDFLAGS) -w" -v github.com/CanonicalLtd/serial-vault/cmd/factory
60
+
59
61
.PHONY : build-static
60
62
build-static :
61
63
$(info # Building ${SERVICE_NAME} binaries)
You can’t perform that action at this time.
0 commit comments