aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-math-classes.sh
diff options
context:
space:
mode:
authorMaxime Dénès2017-12-19 10:15:49 +0100
committerMaxime Dénès2017-12-19 10:15:49 +0100
commitf431dac2e219cb2a76b22e452d6e407869d89f42 (patch)
treee38f459e08a13409d4ce81259a95cf73ccce1638 /dev/ci/ci-math-classes.sh
parent80158e796b6df8eb36117f349c312127c5729a8c (diff)
parent653df5afeafab4c08c2fd436636e549d31a2fa9f (diff)
Merge PR #6400: Circle CI
Diffstat (limited to 'dev/ci/ci-math-classes.sh')
-rwxr-xr-xdev/ci/ci-math-classes.sh14
1 files changed, 0 insertions, 14 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh
index 2837dee963..db4a31e549 100755
--- a/dev/ci/ci-math-classes.sh
+++ b/dev/ci/ci-math-classes.sh
@@ -5,20 +5,6 @@ source ${ci_dir}/ci-common.sh
math_classes_CI_DIR=${CI_BUILD_DIR}/math-classes
-Corn_CI_DIR=${CI_BUILD_DIR}/corn
-
-# Setup Bignums
-
-source ${ci_dir}/ci-bignums.sh
-
-# Setup Math-Classes
-
git_checkout ${math_classes_CI_BRANCH} ${math_classes_CI_GITURL} ${math_classes_CI_DIR}
( cd ${math_classes_CI_DIR} && make && make install )
-
-# Setup Corn
-
-git_checkout ${Corn_CI_BRANCH} ${Corn_CI_GITURL} ${Corn_CI_DIR}
-
-( cd ${Corn_CI_DIR} && make )