aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGravatar Ralf Jung <post@ralfj.de>2017-10-19 11:02:54 +0200
committerGravatar Ralf Jung <post@ralfj.de>2017-10-19 14:09:03 +0200
commit9a75fa3c272dbd152b487ac1cb96c5109a1c8456 (patch)
tree44df902cd13dd1e1801fe89a0f0cde24ee98ed22 /dev/ci/ci-basic-overlay.sh
parent6bda57bd75efe55fe1f7774f932e9ef5a65aeaaf (diff)
CI: build lambdaRust (which depends on Iris) rather than just Iris
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
-rw-r--r--dev/ci/ci-basic-overlay.sh3
1 files changed, 3 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh
index 43525dcd4..545846da5 100644
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -43,6 +43,9 @@
: ${Iris_CI_BRANCH:=master}
: ${Iris_CI_GITURL:=https://gitlab.mpi-sws.org/FP/iris-coq.git}
+: ${lambdaRust_CI_BRANCH:=master}
+: ${lambdaRust_CI_GITURL:=https://gitlab.mpi-sws.org/FP/LambdaRust-coq.git}
+
########################################################################
# HoTT
########################################################################