From 03b3dd1a41fa3984ce794b1811ba929c975cfff0 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 23 Jan 2017 03:29:41 +0300 Subject: Add gcc 4.7 with c++11 flag into ci. --- tools/ci/jobs/gcc47_c++11.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100755 tools/ci/jobs/gcc47_c++11.sh (limited to 'tools/ci/jobs/gcc47_c++11.sh') diff --git a/tools/ci/jobs/gcc47_c++11.sh b/tools/ci/jobs/gcc47_c++11.sh new file mode 100755 index 000000000..a343c2238 --- /dev/null +++ b/tools/ci/jobs/gcc47_c++11.sh @@ -0,0 +1,24 @@ +#!/bin/bash + +export CC=gcc-4.7 +export CXX=g++-4.7 +export LOGFILE=gcc47.log + +source ./tools/ci/scripts/init.sh + +aptget_install gcc-4.7 g++-4.7 \ + make autoconf automake autopoint gettext libphysfs-dev \ + libxml2-dev libcurl4-gnutls-dev libpng-dev \ + libsdl-gfx1.2-dev libsdl-image1.2-dev libsdl-mixer1.2-dev libsdl-net1.2-dev libsdl-ttf2.0-dev + +export CXXFLAGS="-ggdb3 -O2 -pipe -ffast-math \ +-funswitch-loops \ +-std=c++0x" + +do_init +run_configure --enable-werror +run_make + +source ./tools/ci/scripts/exit.sh + +exit 0 -- cgit v1.2.3-60-g2f50