File: rules

package info (click to toggle)
picocli 4.6.2-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 6,960 kB
  • sloc: java: 66,381; exp: 689; xml: 270; sh: 82; makefile: 10
file content (15 lines) | stat: -rwxr-xr-x 413 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
#!/usr/bin/make -f

%:
	dh $@ --buildsystem=gradle --with maven-repo-helper

override_dh_auto_build:
	dh_auto_build -- jar \
		-x :picocli-annotation-processing-tests:jar \
		-x :picocli-examples:compileGroovy \
		-x :picocli-examples:jar \
		-x :picocli-shell-jline3:jar \
		-x :picocli-spring-boot-starter:jar

# tests are disabled until we have com.github.stefanbirkner:system-rules:1.x
override_dh_auto_test: