aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichał Łyszczek <michal.lyszczek@bofc.pl>2021-05-23 11:35:52 +0200
committerMichał Łyszczek <michal.lyszczek@bofc.pl>2021-05-23 11:45:08 +0200
commitbd759c5f6b4d7c63a4cca3bb7c05fbe482eb2778 (patch)
treeb388f04eaef650f5e2ea271dcc88258da2065c8a
parentfd27204b408284c5e715f3568662d9fe887c5b9a (diff)
downloadpsmq-bd759c5f6b4d7c63a4cca3bb7c05fbe482eb2778.tar.gz
psmq-bd759c5f6b4d7c63a4cca3bb7c05fbe482eb2778.tar.bz2
psmq-bd759c5f6b4d7c63a4cca3bb7c05fbe482eb2778.zip
pkg/deb/create-pkg.sh: do no run tests on debuild
program is tested before creating package, so there is no need to test it during package creation. no_ci Signed-off-by: Michał Łyszczek <michal.lyszczek@bofc.pl>
-rwxr-xr-xpkg/deb/create-pkg.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/deb/create-pkg.sh b/pkg/deb/create-pkg.sh
index f675892..56f177b 100755
--- a/pkg/deb/create-pkg.sh
+++ b/pkg/deb/create-pkg.sh
@@ -87,7 +87,7 @@ mv "debian/control.template" "debian/control"
export CFLAGS="-g"
#export LDFLAGS="-L/usr/bofc/lib"
-debuild -us -uc
+DEB_BUILD_OPTIONS=nocheck debuild -us -uc
###
# unsed, so it these don't pollute gcc, when we built test program