summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-08-15 09:54:45 +0200
committerGDR! <gdr@gdr.name>2020-08-15 09:54:45 +0200
commit69dbbc2fa7ef42ad06c8685c41b0308059d411ba (patch)
tree2701e6c475e448c0068873448ad66e994abfd48b
parent9a008ae6371e95008ce947eb5603a585f0324f93 (diff)
fix dh_make
-rw-r--r--bitbucket-pipelines.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 15388ec..512fa4c 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -9,7 +9,7 @@ pipelines:
9 script: 9 script:
10 - apt update 10 - apt update
11 - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests 11 - apt -y install pkg-config build-essential make libtoxcore-dev dh-make python3-jinja2 python3-requests
12 - dh_make --createorig -s 12 - dh_make --createorig -s -p tuntox_0.0.9.`date +%Y%m%d%H%M%S`
13 - dpkg-buildpackage -us -uc 13 - dpkg-buildpackage -us -uc
14 - ls -l .. 14 - ls -l ..
15 15