mirror of https://github.com/statping/statping
makefile update
parent
130cc3ede7
commit
b88df1a993
2
Makefile
2
Makefile
|
@ -21,7 +21,7 @@ test: clean compile
|
||||||
go test -v -p=1 -ldflags="-X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -coverprofile=coverage.out ./...
|
go test -v -p=1 -ldflags="-X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -coverprofile=coverage.out ./...
|
||||||
|
|
||||||
build: clean
|
build: clean
|
||||||
CGO_ENABLED=1 go build -a -ldflags "-s -w -extldflags -static -X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -o statping --tags "netgo osusergo" ./cmd
|
CGO_ENABLED=1 go build -a -ldflags "-s -w -X main.VERSION=${VERSION} -X main.COMMIT=${COMMIT}" -o statping --tags "netgo osusergo" ./cmd
|
||||||
|
|
||||||
go-build: clean
|
go-build: clean
|
||||||
rm -rf source/dist
|
rm -rf source/dist
|
||||||
|
|
|
@ -8,7 +8,7 @@ const tokenKey = "statping_auth";
|
||||||
class Api {
|
class Api {
|
||||||
constructor() {
|
constructor() {
|
||||||
this.version = "0.90.64";
|
this.version = "0.90.64";
|
||||||
this.commit = "ae3735f0cf58ff0971c0db9b02845513a9248000";
|
this.commit = "130cc3ede7463ec9af8d62abb84992e2a0ef453c";
|
||||||
}
|
}
|
||||||
|
|
||||||
async oauth() {
|
async oauth() {
|
||||||
|
|
|
@ -2275,7 +2275,7 @@ OluFxewsEO0QNDrfFb+0gnjYlnGqOFcZjUMXbDdY5oLSPtXohynuTK1qyQ==
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="text-center small text-dim" v-pre>
|
<div class="text-center small text-dim" v-pre>
|
||||||
Automatically generated from Statping's Wiki on 2020-08-22 07:20:39.807157 +0000 UTC
|
Automatically generated from Statping's Wiki on 2020-08-22 21:27:09.3468 +0000 UTC
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue