2011-02-04 01:32:34 +00:00
|
|
|
all:
|
2013-01-10 22:29:20 +00:00
|
|
|
go install --tags=with_sqlite ./pkg/... ./server/... ./cmd/... ./third_party/...
|
2011-02-04 01:32:34 +00:00
|
|
|
|
2011-03-05 21:44:19 +00:00
|
|
|
presubmit:
|
2013-01-11 20:42:07 +00:00
|
|
|
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
|