mirror of https://github.com/statping/statping
makefile
parent
f50db3f65d
commit
aee766ff4f
|
|
@ -22,7 +22,7 @@ go: 1.14
|
||||||
go_import_path: github.com/statping/statping
|
go_import_path: github.com/statping/statping
|
||||||
install:
|
install:
|
||||||
- "npm install -g sass newman cross-env wait-on @sentry/cli"
|
- "npm install -g sass newman cross-env wait-on @sentry/cli"
|
||||||
- "pip install --user awscli"
|
- "pip install awscli"
|
||||||
- "go get github.com/mattn/goveralls"
|
- "go get github.com/mattn/goveralls"
|
||||||
- "go mod download"
|
- "go mod download"
|
||||||
- "go mod verify"
|
- "go mod verify"
|
||||||
|
|
|
||||||
2
Makefile
2
Makefile
|
|
@ -34,7 +34,7 @@ test: clean
|
||||||
release: test-deps
|
release: test-deps
|
||||||
wget -O statping.gpg $(SIGN_URL)
|
wget -O statping.gpg $(SIGN_URL)
|
||||||
gpg --import statping.gpg
|
gpg --import statping.gpg
|
||||||
make build-all upload_to_s3
|
make build-all
|
||||||
|
|
||||||
test-ci: clean compile test-deps
|
test-ci: clean compile test-deps
|
||||||
SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
|
SASS=`which sass` go test -v -covermode=count -coverprofile=coverage.out -p=1 ./...
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue