summaryrefslogblamecommitdiff
path: root/tools/ci/jobs/clang7.sh
blob: c416f8d8958583e31d7fe544fd8e30d5c0976cbb (plain) (tree)
1
2
3
4
5
6
7
8
9

                   

                    



                                 
                        








                                                    
#!/usr/bin/env bash

export CC=clang-7
export CXX=clang++-7
export LOGFILE=clang6.log

source ./tools/ci/scripts/init.sh

aptget_install clang-7 \
    git-core \
    make autoconf automake autopoint \
    libtool libmysqlclient-dev libz-dev libpcre3-dev

do_init
build_init

run_configure $*
run_make