debug build version
This commit is contained in:
parent
d6a10ac539
commit
e8a59924ef
1
Makefile
1
Makefile
@ -13,5 +13,6 @@ test: jx-cli
|
|||||||
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
|
go tool cover -html=artifacts/coverage.profile -o artifacts/code-coverage.html
|
||||||
|
|
||||||
rpm:
|
rpm:
|
||||||
|
echo Building $(VERSION)
|
||||||
dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools
|
dnf install -y nodejs git dnf-plugins-core rpm-build rpmdevtools
|
||||||
rpmbuild -ba --define='version $(VERSION)' build/jx.spec
|
rpmbuild -ba --define='version $(VERSION)' build/jx.spec
|
||||||
|
Loading…
Reference in New Issue
Block a user