aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-math-classes.sh
diff options
context:
space:
mode:
authorGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-06 20:47:26 +0200
committerGravatar Pierre Letouzey <pierre.letouzey@inria.fr>2017-06-13 10:33:00 +0200
commit08e86c0af77e83b8569fe611b9fb74e772d710a8 (patch)
treea05f9595fb83b86158b1de3dab66da97c8e16a73 /dev/ci/ci-math-classes.sh
parentfe972a369adf533e2f4ec89eafb63b08a26e2ec7 (diff)
[travis] overlay + extra deps for math-classes (and formal-topology)
Diffstat (limited to 'dev/ci/ci-math-classes.sh')
-rwxr-xr-xdev/ci/ci-math-classes.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/ci-math-classes.sh b/dev/ci/ci-math-classes.sh
index beb75773b..10b9d7af2 100755
--- a/dev/ci/ci-math-classes.sh
+++ b/dev/ci/ci-math-classes.sh
@@ -7,6 +7,12 @@ math_classes_CI_DIR=${CI_BUILD_DIR}/math-classes
Corn_CI_DIR=${CI_BUILD_DIR}/corn
+# Setup Bignums
+
+git_checkout master https://github.com/coq/bignums.git bignums
+
+( cd bignums && make -j ${NJOBS} && make install )
+
# Setup Math-Classes
git_checkout ${math_classes_CI_BRANCH} ${math_classes_CI_GITURL} ${math_classes_CI_DIR}