summaryrefslogblamecommitdiff
path: root/tools/ci/jobs/mxe_gcc5.sh
blob: 733a4b08d9979deb7852d8cbbbbbaa031f0ed121 (plain) (tree)
1
2
3
4
5
6
                   



                                              
                                           













                                                 
#!/usr/bin/env bash

export LOGFILE=mxe_gcc5.log

source ./tools/ci/scripts/winvars.sh || exit 1
source ./tools/ci/flags/mingw5.sh || exit 1

$CC --version
$CXX --version

echo env
env

autoreconf -i || exit 1

./configure \
--host=${CROSS} \
--enable-werror || (cp config.log logs || exit 1)

make -j2 V=0