aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2016-12-13 19:37:07 +0000
committerbloodstalker <thabogre@gmail.com>2016-12-13 19:37:07 +0000
commit19d15514d72f06c6c9f3f3bfc1b716c3b13f500b (patch)
tree3fa3e93b993295e7d61137c2dd1a5dde8308cd98
parentbuild takes longer than 10m because of building llvm,clang,gcc and cmake (diff)
downloadmutator-19d15514d72f06c6c9f3f3bfc1b716c3b13f500b.tar.gz
mutator-19d15514d72f06c6c9f3f3bfc1b716c3b13f500b.zip
trying to add ci travis support
-rwxr-xr-xextra-tools/CITPreBuildDep.sh22
1 files changed, 11 insertions, 11 deletions
diff --git a/extra-tools/CITPreBuildDep.sh b/extra-tools/CITPreBuildDep.sh
index 623caa7..3ff71f7 100755
--- a/extra-tools/CITPreBuildDep.sh
+++ b/extra-tools/CITPreBuildDep.sh
@@ -29,14 +29,14 @@
"sudo" update-alternatives --install /usr/bin/cmake cmake /usr/local/bin/cmake 1 --force
#building llvm and clang 4.0.0
-"cd" ~
-"mkdir" llvm-clang4
-"cd" llvm-clang4
-"svn" co http://llvm.org/svn/llvm-project/llvm/trunk llvm
-"mkdir" build
-"cd" ./llvm/tools
-"svn" co http://llvm.org/svn/llvm-project/cfe/trunk clang
-"cd" ../..
-"cd" build
-"cmake" -G "Unix Makefiles" ../llvm -DC_BUILD_TYPE=Release
-"make"
+#"cd" ~
+#"mkdir" llvm-clang4
+#"cd" llvm-clang4
+#"svn" co http://llvm.org/svn/llvm-project/llvm/trunk llvm
+#"mkdir" build
+#"cd" ./llvm/tools
+#"svn" co http://llvm.org/svn/llvm-project/cfe/trunk clang
+#"cd" ../..
+#"cd" build
+#"cmake" -G "Unix Makefiles" ../llvm -DC_BUILD_TYPE=Release
+#"make"