aboutsummaryrefslogtreecommitdiffstats
path: root/azure-pipelines/build-mac
diff options
context:
space:
mode:
Diffstat (limited to 'azure-pipelines/build-mac')
-rwxr-xr-xazure-pipelines/build-mac13
1 files changed, 13 insertions, 0 deletions
diff --git a/azure-pipelines/build-mac b/azure-pipelines/build-mac
new file mode 100755
index 00000000..95ea884b
--- /dev/null
+++ b/azure-pipelines/build-mac
@@ -0,0 +1,13 @@
+#!/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
+make
+sudo make install
+cd ..
+unzip distfiles/distfiles.zip
+./configure --enable-werror --enable-show-failed-test-output
+make -j$(nproc)
+make -k check