summaryrefslogtreecommitdiff
path: root/contrib/ci/jobs/4-deb-package/job.sh
blob: a0801b41ced8be32d5d8ba8dbe361b921d11b893 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#!/bin/bash
set -exuo pipefail
# This file is in the public domain.
# Helper script to build the latest DEB packages in the container.


unset LD_LIBRARY_PATH

# Install build-time dependencies.
# Update apt cache first
apt-get update
apt-get upgrade -y
mk-build-deps --install --tool='apt-get -o Debug::pkgProblemResolver=yes --no-install-recommends --yes' debian/control

export VERSION="$(./contrib/ci/jobs/4-deb-package/version.sh)"
echo "Building package version ${VERSION}"
EMAIL=none gbp dch --ignore-branch --debian-tag="%(version)s" --git-author --new-version="${VERSION}"
./bootstrap
dpkg-buildpackage -rfakeroot -b -uc -us

ls -alh ../*.deb
mkdir -p /artifacts/merchant/${CI_COMMIT_REF} # Variable comes from CI environment
mv ../*.deb /artifacts/merchant/${CI_COMMIT_REF}/