diff options
| author | Gaëtan Gilbert | 2017-12-13 15:13:17 +0100 |
|---|---|---|
| committer | Gaëtan Gilbert | 2017-12-13 15:13:17 +0100 |
| commit | f10d9fefdaf694253495c1ecf2e57ce5099b9375 (patch) | |
| tree | fed120232e6e097e5c6ee073159b08a9f6645502 /dev/ci/ci-corn.sh | |
| parent | cef0430e14c370e6cbfe72db75e61cb4b8c8a8b9 (diff) | |
Put bignums, math-classes and corn dependencies in Makefile
Diffstat (limited to 'dev/ci/ci-corn.sh')
| -rwxr-xr-x | dev/ci/ci-corn.sh | 10 |
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 ) |
