From 81b97b30afa0c72e5ff17162c7d1fa88dd6187fb Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 11 Mar 2017 05:41:51 +0300 Subject: Add ci build with mingw-gcc5-shared-32 and SDL 1 libs. --- tools/ci/jobs/mxe_gcc5.sh | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100755 tools/ci/jobs/mxe_gcc5.sh (limited to 'tools/ci/jobs') diff --git a/tools/ci/jobs/mxe_gcc5.sh b/tools/ci/jobs/mxe_gcc5.sh new file mode 100755 index 000000000..e9ae0d97b --- /dev/null +++ b/tools/ci/jobs/mxe_gcc5.sh @@ -0,0 +1,20 @@ +#!/bin/bash + +export LOGFILE=mxe_gcc5.log + +source ./tools/ci/scripts/winvars.sh || exit 1 +source ./build/mingw5flags.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 -- cgit v1.2.3-60-g2f50