mirror of
https://github.com/vanitasvitae/Smack.git
synced 2024-11-15 00:32:06 +01:00
Update Makefile
This commit is contained in:
parent
37a2df5486
commit
74a7a2689e
1 changed files with 3 additions and 7 deletions
10
Makefile
10
Makefile
|
@ -1,12 +1,12 @@
|
||||||
GRADLE ?= ./gradlew
|
GRADLE ?= ./gradlew
|
||||||
|
|
||||||
.PHONY: all
|
.PHONY: all
|
||||||
all: check jacocoRootReport javadocAll sinttest
|
all: check codecov eclipse javadocAll sinttest
|
||||||
|
|
||||||
.PHONY: codecov
|
.PHONY: codecov
|
||||||
codecov:
|
codecov:
|
||||||
$(GRADLE) smack-java11-full:testCodeCoverageReport
|
$(GRADLE) smack-java11-full:testCodeCoverageReport
|
||||||
echo "Report available at smack-java11-full/build/reports/jacoco/testCodeCoverageReport/html/index.html"
|
echo "code coverage report available at file://$(PWD)/smack-java11-full/build/reports/jacoco/testCodeCoverageReport/html/index.html"
|
||||||
|
|
||||||
.PHONY: check
|
.PHONY: check
|
||||||
check:
|
check:
|
||||||
|
@ -20,11 +20,7 @@ eclipse:
|
||||||
sinttest:
|
sinttest:
|
||||||
$(GRADLE) $@
|
$(GRADLE) $@
|
||||||
|
|
||||||
.PHONY: jacocoRootReport
|
|
||||||
jacocoRootReport:
|
|
||||||
$(GRADLE) $@
|
|
||||||
|
|
||||||
.PHONY: javadocAll
|
.PHONY: javadocAll
|
||||||
javadocAll:
|
javadocAll:
|
||||||
$(GRADLE) $@
|
$(GRADLE) $@
|
||||||
echo "Smack javadoc available at build/javadoc/index.html"
|
echo "javadoc available at file://$(PWD)/build/javadoc/index.html"
|
||||||
|
|
Loading…
Reference in a new issue