aboutsummaryrefslogtreecommitdiffstats
path: root/extra-tools/CITPreBuildDep.sh
diff options
context:
space:
mode:
Diffstat (limited to 'extra-tools/CITPreBuildDep.sh')
-rwxr-xr-xextra-tools/CITPreBuildDep.sh15
1 files changed, 14 insertions, 1 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh
index 5b4e190..623caa7 100755
--- a/extra-tools/CITPreBuildDep.sh
+++ b/extra-tools/CITPreBuildDep.sh
@@ -4,7 +4,20 @@
#installing libstdc++ 4.8
"gcc" -v
-
+"sudo" add-apt-repository ppa:ubuntu-toolchain-r/test
+"sudo" apt-get update
+"sudo" update-alternatives --remove-all gcc
+"sudo" update-alternatives --remove-all g++
+"sudo" apt-get install gcc-4.8
+"sudo" apt-get install g++-4.8
+"sudo" update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-4.8 20
+"sudo" update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 20
+"sudo" update-alternatives --config gcc
+"sudo" update-alternatives --config g++
+"sudo" apt-get update
+"sudo" apt-get upgrade -y
+"sudo" apt-get dist-upgrade
+"gcc" -v
#building cmkae 3.4.3 since the CI Travis virtual host is Ubuntu(???)
"wget" http://www.cmake.org/files/v3.4/cmake-3.4.3.tar.gz