blob: 4097e2ec2a801e375bda650e0ee1c1c879502ed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
#!/usr/bin/make -f
export BUNDLER_FLAGS=--deployment --without='test development' --jobs=4
%:
dh $@ --with-systemd
#
# We test separately in Gitlab.
#
override_dh_auto_test:
echo "NOP"
|