summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGDR! <gdr@gdr.name>2020-08-15 09:57:58 +0200
committerGDR! <gdr@gdr.name>2020-08-15 09:57:58 +0200
commit145f8fdee5ebb3056cd1f2f1009a2b4e4b9d575b (patch)
tree3546fd06ecf771fd1248e04b344bf4721f5f0e7a
parent69dbbc2fa7ef42ad06c8685c41b0308059d411ba (diff)
-y for dh_make
-rw-r--r--bitbucket-pipelines.yml8
1 files changed, 6 insertions, 2 deletions
diff --git a/bitbucket-pipelines.yml b/bitbucket-pipelines.yml
index 512fa4c..207bb9c 100644
--- a/bitbucket-pipelines.yml
+++ b/bitbucket-pipelines.yml
@@ -8,10 +8,14 @@ pipelines:
8 - apt 8 - apt
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 curl
12 - dh_make --createorig -s -p tuntox_0.0.9.`date +%Y%m%d%H%M%S` 12 - echo tuntox_0.0.9.`date +%Y%m%d%H%M%S` >bb_version.txt
13 - dh_make -y --createorig -s -p `cat bb_version.txt`
13 - dpkg-buildpackage -us -uc 14 - dpkg-buildpackage -us -uc
14 - ls -l .. 15 - ls -l ..
16 - curl -X POST "https://${BITBUCKET_USERNAME}:${BITBUCKET_APP_PASSWORD}@api.bitbucket.org/2.0/repositories/${BITBUCKET_REPO_OWNER}/${BITBUCKET_REPO_SLUG}/downloads" --form files=@"../"`cat bb_version.txt`"*.deb"
17
18
15 19
16 20
17definitions: 21definitions: