Skip to content

Commit 529c918

Browse files
authored
ci-build-local (#88)
1 parent 9e4cd94 commit 529c918

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

Makefile

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,13 @@ GIT_BRANCH := $(shell git symbolic-ref --short -q HEAD)
2727
all: build
2828

2929
.PHONY: ci-build
30-
ci-build: print-info clean set-maven
30+
ci-build: print-info clean
3131
./mvnw --batch-mode clean package -Dmaven.test.skip=$(SKIP_TEST)
3232

33+
.PHONY: ci-build-local
34+
ci-build-local: print-info clean set-maven
35+
mvn --batch-mode clean package -Dmaven.test.skip=$(SKIP_TEST)
36+
3337
.PHONY: build
3438
build: print-info clean
3539
./scripts/build.sh

0 commit comments

Comments
 (0)