2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-06-06 12:20:56 +00:00
qpdf/azure-pipelines/build-linux

16 lines
432 B
Plaintext
Raw Normal View History

#!/bin/bash
set -ex
sudo apt-get update
sudo apt-get -y install \
autoconf build-essential zlib1g-dev libjpeg-dev \
docbook-xsl fop xsltproc libxml2-utils inkscape imagemagick
./configure --enable-werror --enable-doc-maintenance \
--enable-show-failed-test-output
make -j$(nproc)
make -k check
make distfiles.zip
2018-10-13 15:59:05 +00:00
./make_dist --ci --no-tests
mkdir distribution
cp /tmp/qpdf*-ci.tar.gz distribution
sha256sum distribution/*