diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-06-24 00:59:15 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-06-24 00:59:50 +0300 |
commit | d2e38e0dc95108adef3c5944ba5b710ebeab6a20 (patch) | |
tree | a9fb70f5698e9458d3e67badf92681664fa0f566 /tools/ci/jobs/gcc46.sh | |
parent | c77c4debe8373ab6eb0a53d624be379cde366c3d (diff) | |
download | evol-hercules-d2e38e0dc95108adef3c5944ba5b710ebeab6a20.tar.gz evol-hercules-d2e38e0dc95108adef3c5944ba5b710ebeab6a20.tar.bz2 evol-hercules-d2e38e0dc95108adef3c5944ba5b710ebeab6a20.tar.xz evol-hercules-d2e38e0dc95108adef3c5944ba5b710ebeab6a20.zip |
Add gcc snapshot and gcc 4.6 and different flags combinations.
Diffstat (limited to 'tools/ci/jobs/gcc46.sh')
-rwxr-xr-x | tools/ci/jobs/gcc46.sh | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/tools/ci/jobs/gcc46.sh b/tools/ci/jobs/gcc46.sh new file mode 100755 index 0000000..f66f604 --- /dev/null +++ b/tools/ci/jobs/gcc46.sh @@ -0,0 +1,18 @@ +#!/bin/bash + +export CC=gcc-4.6 +export CXX=g++-4.6 +export LOGFILE=gcc4.6.log + +source ./tools/ci/scripts/init.sh + +aptget_install gcc-4.6 \ + git-core \ + make autoconf automake autopoint \ + libtool libmysqlclient-dev libz-dev libpcre3-dev + +do_init +build_init + +run_configure $* +run_make |