summaryrefslogtreecommitdiff
path: root/tools/ci/jobs/gcc45.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/gcc45.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/gcc45.sh')
-rwxr-xr-xtools/ci/jobs/gcc45.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/ci/jobs/gcc45.sh b/tools/ci/jobs/gcc45.sh
index b42da3d5e..d23c07636 100755
--- a/tools/ci/jobs/gcc45.sh
+++ b/tools/ci/jobs/gcc45.sh
@@ -7,7 +7,7 @@ export LOGFILE=gcc45.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