Skip to content
This repository has been archived by the owner on Jan 13, 2025. It is now read-only.

Commit

Permalink
Make the build-locally command use govvv
Browse files Browse the repository at this point in the history
  • Loading branch information
spantaleev committed Aug 9, 2019
1 parent 596d03b commit 1dbe26b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,9 @@ run-locally: build ## Builds and runs email2matrix-server locally (no containers
./email2matrix-server

build-locally: ## Builds the email2matrix-server code locally (no containers)
go build email2matrix-server.go
go get -u -v github.com/ahmetb/govvv
rm -f email2matrix-server
go build -a -ldflags "`~/go/bin/govvv -flags`" email2matrix-server.go

test: ## Runs the tests locally (no containers)
go test ./...
Expand Down

0 comments on commit 1dbe26b

Please sign in to comment.