From 51ec8befaa567430998c539d06a455e7a0dc136f Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 27 Mar 2017 16:29:59 +0300 Subject: Add support for variables NEWCC and NEWCXX into all ci scripts. --- tools/ci/jobs/gcc6_tests_gcov.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'tools/ci/jobs/gcc6_tests_gcov.sh') diff --git a/tools/ci/jobs/gcc6_tests_gcov.sh b/tools/ci/jobs/gcc6_tests_gcov.sh index 61278ca71..50e83fb99 100755 --- a/tools/ci/jobs/gcc6_tests_gcov.sh +++ b/tools/ci/jobs/gcc6_tests_gcov.sh @@ -2,6 +2,14 @@ export CC=gcc-6 export CXX=g++-6 + +if [ "$NEWCC" != "" ]; then + export CC="$NEWCC" +fi +if [ "$NEWCXX" != "" ]; then + export CXX="$NEWCXX" +fi + export LOGFILE=gcc6.log source ./tools/ci/scripts/init.sh -- cgit v1.2.3-70-g09d2