updating build
Этот коммит содержится в:
7
Makefile
7
Makefile
@@ -19,8 +19,15 @@ all: travis
|
|||||||
|
|
||||||
travis:
|
travis:
|
||||||
@echo building for travis
|
@echo building for travis
|
||||||
|
|
||||||
|
@cd web/react/ && npm install
|
||||||
|
|
||||||
@go build $(GOFLAGS) ./...
|
@go build $(GOFLAGS) ./...
|
||||||
|
|
||||||
|
@mkdir -p logs
|
||||||
|
|
||||||
|
@go test $(GOFLAGS) -run=$(TESTS) -test.v -test.timeout=12s ./model || exit 1
|
||||||
|
|
||||||
build:
|
build:
|
||||||
@go build $(GOFLAGS) ./...
|
@go build $(GOFLAGS) ./...
|
||||||
|
|
||||||
|
|||||||
Ссылка в новой задаче
Block a user