File: rules

package info (click to toggle)
golang-code-gitea-sdk 0.17.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 760 kB
  • sloc: makefile: 107
file content (9 lines) | stat: -rwxr-xr-x 318 bytes parent folder | download
1
2
3
4
5
6
7
8
9
#!/usr/bin/make -f

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

override_dh_auto_test:
	# Requires a test instance of Gitea to run tests. The Makefile has a
	# test-instance target, but it downloads the gitea binary, so it will not be
	# used. Feel free to reenable tests once Gitea is packaged in Debian.