summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc44.sh
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2017-02-08 16:54:23 +0300
committerAndrei Karas <akaras@inbox.ru>2017-02-08 17:07:14 +0300
commita378c2459754e27a0b1101fe0635a7cc35e099af (patch)
tree61087b06cca7944138bb68f8dbe3fe8d3256ddeb /tools/ci/jobs/gcc44.sh
parented25dc245064be417b1305699ebd377030b59180 (diff)
downloadplus-a378c2459754e27a0b1101fe0635a7cc35e099af.tar.gz
plus-a378c2459754e27a0b1101fe0635a7cc35e099af.tar.bz2
plus-a378c2459754e27a0b1101fe0635a7cc35e099af.tar.xz
plus-a378c2459754e27a0b1101fe0635a7cc35e099af.zip
Add sdl 2 builds with gcc 4.8 and 4.9
Diffstat (limited to 'tools/ci/jobs/gcc44.sh')
-rwxr-xr-xtools/ci/jobs/gcc44.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc44.sh b/tools/ci/jobs/gcc44.sh
index a6a32e849..4096c66bf 100755
--- a/tools/ci/jobs/gcc44.sh
+++ b/tools/ci/jobs/gcc44.sh
@@ -7,7 +7,7 @@ export LOGFILE=gcc44.log
source ./tools/ci/scripts/init.sh
do_init
-run_configure --enable-werror
+run_configure --enable-werror $*
run_make
source ./tools/ci/scripts/exit.sh