File: rules

package info (click to toggle)
golang-github-yuin-goldmark 1.7.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 1,564 kB
  • sloc: ansic: 76; makefile: 52
file content (11 lines) | stat: -rwxr-xr-x 291 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := _benchmark
export DH_GOLANG_INSTALL_EXTRA := _test extension/_test

%:
	dh $@ --builddirectory=_build --buildsystem=golang

# Skip performance tests as they may timeout on some Debian CI servers
override_dh_auto_test:
	dh_auto_test -- -short