add target to install deps for alpine
This commit is contained in:
parent
1b0cd57284
commit
6a8aa6c5a3
6
Makefile
6
Makefile
@ -15,6 +15,12 @@ jx-cli:
|
|||||||
test: jx-cli
|
test: jx-cli
|
||||||
go test -coverprofile=artifacts/coverage.profile ./...
|
go test -coverprofile=artifacts/coverage.profile ./...
|
||||||
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
|
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
|
||||||
|
alpine-deps:
|
||||||
|
apk add make
|
||||||
|
apk add golangci-lint
|
||||||
|
apk add git
|
||||||
|
apk add luajit luajit-dev
|
||||||
|
apk add gpg gpg-agent
|
||||||
fedora-deps:
|
fedora-deps:
|
||||||
./jx apply build/rpm.jx.yaml
|
./jx apply build/rpm.jx.yaml
|
||||||
spectool -g -R build/jx.spec
|
spectool -g -R build/jx.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user