2
1
mirror of https://github.com/qpdf/qpdf.git synced 2024-09-28 21:19:06 +00:00
qpdf/azure-pipelines/build-mac

16 lines
348 B
Plaintext
Raw Normal View History

#!/bin/bash
set -ex
curl -L https://www.ijg.org/files/jpegsrc.v9c.tar.gz -o jpegsrc.v9c.tar.gz
tar xzf jpegsrc.v9c.tar.gz
cd jpeg-9c
./configure
2018-12-21 22:25:23 +00:00
make -k
sudo make install
cd ..
if [ -f distfiles/distfiles.zip ]; then
unzip distfiles/distfiles.zip
fi
./configure --enable-werror --enable-show-failed-test-output
2018-12-21 22:25:23 +00:00
make -j$(nproc) -k
make -k check