aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGravatar Andres Erbsen <andres@kevix.co>2018-06-26 15:17:39 -0400
committerGravatar Andres Erbsen <andres@kevix.co>2018-06-27 20:26:04 -0400
commit2f2a3eb27c1d76b1943d2b08abb1fc3224109fb3 (patch)
tree1b41c5506c788b7e57ae61cf4e954d29dd511c54 /dev/ci/ci-basic-overlay.sh
parent5481c85cee42eadf14200e3528e6284d96913569 (diff)
Add mit-plv/bedrock2-ci to CI
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rwxr-xr-xdev/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 2ebbf2cc4..28321d13e 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -148,6 +148,12 @@
: "${bignums_CI_GITURL:=https://github.com/coq/bignums}"
########################################################################
+# bedrock2
+########################################################################
+: "${bedrock2_CI_BRANCH:=master}"
+: "${bedrock2_CI_GITURL:=https://github.com/mit-plv/bedrock2}"
+
+########################################################################
# Equations
########################################################################
: "${Equations_CI_BRANCH:=master}"