File: rules

package info (click to toggle)
golang-github-microsoft-dev-tunnels 0.0.25-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,988 kB
  • sloc: cs: 9,969; java: 2,767; javascript: 328; xml: 186; makefile: 5
file content (11 lines) | stat: -rwxr-xr-x 259 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/make -f

export DH_GOLANG_EXCLUDES := go/tunnels/examples

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

# Using -short to skip tests that access the internet,
# see .github/workflows/go.yml
override_dh_auto_test:
	dh_auto_test -- -short