perkeep/Makefile

15 lines
498 B
Makefile
Raw Normal View History

2011-02-04 01:32:34 +00:00
all:
go install ./pkg/... ./server/... ./cmd/... ./third_party/...
full:
go install --tags=with_sqlite ./pkg/... ./server/... ./cmd/... ./third_party/...
2011-02-04 01:32:34 +00:00
presubmitlite:
SKIP_DEP_TESTS=1 go test -short ./pkg/... ./server/camlistored ./cmd/... && echo PASS
2011-03-05 21:44:19 +00:00
presubmit:
SKIP_DEP_TESTS=1 go test --tags=with_sqlite -short ./pkg/... ./server/camlistored ./cmd/... && echo PASS
2011-03-05 21:44:19 +00:00
2012-02-28 03:51:34 +00:00
embeds:
go install ./pkg/fileembed/genfileembed/ && genfileembed ./server/camlistored/ui && genfileembed ./pkg/server