diff options
| author | bloodstalker <thabogre@gmail.com> | 2016-12-13 15:54:45 +0000 | 
|---|---|---|
| committer | bloodstalker <thabogre@gmail.com> | 2016-12-13 15:54:45 +0000 | 
| commit | 5666c4eceee9964ecd6a74602c8e9450547a725a (patch) | |
| tree | 8b5944f7ee9651fb26749033c0ef1e8a28ab53d4 | |
| parent | its missing libstdc++4.8 or newwer (diff) | |
| download | mutator-5666c4eceee9964ecd6a74602c8e9450547a725a.tar.gz mutator-5666c4eceee9964ecd6a74602c8e9450547a725a.zip | |
trying to see what gcc version is on the host Ubuntu VM...
Diffstat (limited to '')
| -rwxr-xr-x | extra-tools/CITPreBuildDep.sh | 4 | 
1 files changed, 3 insertions, 1 deletions
| diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh index d73e247..5b4e190 100755 --- a/extra-tools/CITPreBuildDep.sh +++ b/extra-tools/CITPreBuildDep.sh @@ -2,7 +2,9 @@  "sudo" apt-get -qq update -"sudo" apt-get install libstdc++ +#installing libstdc++ 4.8 +"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 | 
