aboutsummaryrefslogtreecommitdiff
path: root/dev/ci/ci-corn.sh
diff options
context:
space:
mode:
authorGaëtan Gilbert2017-12-13 15:13:17 +0100
committerGaëtan Gilbert2017-12-13 15:13:17 +0100
commitf10d9fefdaf694253495c1ecf2e57ce5099b9375 (patch)
treefed120232e6e097e5c6ee073159b08a9f6645502 /dev/ci/ci-corn.sh
parentcef0430e14c370e6cbfe72db75e61cb4b8c8a8b9 (diff)
Put bignums, math-classes and corn dependencies in Makefile
Diffstat (limited to 'dev/ci/ci-corn.sh')
-rwxr-xr-xdev/ci/ci-corn.sh10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev/ci/ci-corn.sh b/dev/ci/ci-corn.sh
new file mode 100755
index 0000000000..54cad5df4c
--- /dev/null
+++ b/dev/ci/ci-corn.sh
@@ -0,0 +1,10 @@
+#!/usr/bin/env bash
+
+ci_dir="$(dirname "$0")"
+source ${ci_dir}/ci-common.sh
+
+Corn_CI_DIR=${CI_BUILD_DIR}/corn
+
+git_checkout ${Corn_CI_BRANCH} ${Corn_CI_GITURL} ${Corn_CI_DIR}
+
+( cd ${Corn_CI_DIR} && make && make install )