aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2018-10-13 17:59:05 +0200
committerJay Berkenbilt <ejb@ql.org>2018-10-14 00:30:55 +0200
commit8d6f923e130fa2266bab5dcb799c5b5cd2f391d0 (patch)
treea781b15d835b889fa57e53b2e87263969f0cb653 /azure-pipelines
parentf162a229f677a5f5b95dd36021d6203dc2f9b3d3 (diff)
downloadqpdf-8d6f923e130fa2266bab5dcb799c5b5cd2f391d0.tar.zst
Run make_dist from azure pipeline
Diffstat (limited to 'azure-pipelines')
-rwxr-xr-xazure-pipelines/build-linux4
1 files changed, 4 insertions, 0 deletions
diff --git a/azure-pipelines/build-linux b/azure-pipelines/build-linux
index 250469a3..0629ef48 100755
--- a/azure-pipelines/build-linux
+++ b/azure-pipelines/build-linux
@@ -9,3 +9,7 @@ sudo apt-get -y install \
make -j$(nproc)
make -k check
make distfiles.zip
+./make_dist --ci --no-tests
+mkdir distribution
+cp /tmp/qpdf*-ci.tar.gz distribution
+sha256sum distribution/*