mirror of
https://github.com/glebarez/go-sqlite.git
synced 2025-10-06 00:06:56 +08:00
fix Makefile
This commit is contained in:
10
Makefile
10
Makefile
@@ -17,12 +17,14 @@ all: editor
|
|||||||
go test -i
|
go test -i
|
||||||
go test -v 2>&1 -timeout 24h | tee -a log
|
go test -v 2>&1 -timeout 24h | tee -a log
|
||||||
go run speedtest1/main_$(shell go env GOOS)_$(shell go env GOARCH).go
|
go run speedtest1/main_$(shell go env GOOS)_$(shell go env GOARCH).go
|
||||||
GOOS=linux GOARCH=arm go build -v ./...
|
GOOS=linux GOARCH=386 go build -v ./...
|
||||||
GOOS=linux GOARCH=arm64 go build -v ./...
|
|
||||||
GOOS=linux GOARCH=386 go build -v ./...
|
GOOS=linux GOARCH=386 go build -v ./...
|
||||||
GOOS=linux GOARCH=amd64 go build -v ./...
|
GOOS=linux GOARCH=amd64 go build -v ./...
|
||||||
GOARCH=386 go build -v ./...
|
GOOS=linux GOARCH=amd64 go build -v ./...
|
||||||
GOARCH=amd64 go build -v ./...
|
GOOS=linux GOARCH=arm go build -v ./...
|
||||||
|
GOOS=linux GOARCH=arm64 go build -v ./...
|
||||||
|
GOOS=windows GOARCH=386 go build -v ./...
|
||||||
|
GOOS=windows GOARCH=amd64 go build -v ./...
|
||||||
golint 2>&1 | grep -v $(ngrep) || true
|
golint 2>&1 | grep -v $(ngrep) || true
|
||||||
misspell *.go
|
misspell *.go
|
||||||
staticcheck || true
|
staticcheck || true
|
||||||
|
Reference in New Issue
Block a user