test_library_builders.sh 927 Bytes
Newer Older
1
2
# Test some library builders
# Smoke test
3
4
export BUILD_PREFIX="${PWD}/builds"
rm_mkdir $BUILD_PREFIX
5
source configure_build.sh
6
7
source library_builders.sh

8
9
start_spinner

xoviat's avatar
xoviat committed
10
suppress build_openssl
11
suppress build_libpng
xoviat's avatar
xoviat committed
12
13
suppress build_libwebp
suppress build_szip
14
suppress build_swig
Matthew Brett's avatar
Matthew Brett committed
15
16
17
18
# We need to find a test for build_github
# It needs a standalone C library with ./configure script.
# arb (below) requires a couple of other libraries.
# suppress build_github fredrik-johansson/arb 2.13.0
19
suppress build_flex
xoviat's avatar
xoviat committed
20
suppress build_openblas
Matthew Brett's avatar
Matthew Brett committed
21
22
23
24
25
suppress build_tiff
suppress build_lcms2
suppress build_xz
suppress build_freetype
suppress build_libyaml
26
27
28
29
30
31
if [ -z "$IS_OSX" ]; then
    # Gives compiler conformance error on macOS Sierra:
    # https://gist.github.com/5e20e137ea51fa8ca9fc443191f9d463
    # https://gist.github.com/ad86c474f3c0b7ec74290bb13f9414af
    suppress build_lzo
fi
Matthew Brett's avatar
Matthew Brett committed
32
33
suppress build_ragel
suppress build_new_zlib
34
35

stop_spinner