aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2017-04-29 13:07:45 -0400
committerGravatar Jason Gross <jgross@mit.edu>2017-05-01 13:17:05 -0400
commit8dc2adfd102185c6c3c4b61709f2b55aefab2641 (patch)
tree26faef398b63f3a8ddc4f32634875c8405d2446c /dev/ci/ci-basic-overlay.sh
parent8511d1d9d903e419543e39eca83c64171da2663b (diff)
Add bmsherman/topology to the ci
This development of @bmsherman tests universe polymorphism and setoid rewriting in type, and should build with v8.6 and trunk.
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rw-r--r--dev/ci/ci-basic-overlay.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index e0851816c..5da13c100 100644
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -107,6 +107,12 @@
: ${bedrock_facade_CI_GITURL:=https://github.com/JasonGross/bedrock.git}
########################################################################
+# formal-topology
+########################################################################
+: ${formal_topology_CI_BRANCH:=ci}
+: ${formal_topology_CI_GITURL:=https://github.com/bmsherman/topology.git}
+
+########################################################################
# CoLoR
########################################################################
: ${Color_CI_SVNURL:=https://scm.gforge.inria.fr/anonscm/svn/color/trunk/color}