File: rules

package info (click to toggle)
php-laravel-lumen-framework 6.3.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 480 kB
  • sloc: php: 3,873; makefile: 8; sh: 7
file content (12 lines) | stat: -rwxr-xr-x 272 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
#!/usr/bin/make -f

%:
	dh $@ --with phpcomposer

override_dh_auto_build:
	phpab -t debian/autoload.php.tpl -o src/autoload.php src

override_dh_auto_test:
	mkdir -p vendor
	phpab -t debian/autoload.php.test.tpl -o vendor/autoload.php tests
	phpunit -v --include-path src