aboutsummaryrefslogtreecommitdiffhomepage
path: root/dev/ci/ci-basic-overlay.sh
diff options
context:
space:
mode:
authorGravatar Jason Gross <jgross@mit.edu>2018-05-09 19:01:10 -0400
committerGravatar Jason Gross <jgross@mit.edu>2018-05-09 19:01:10 -0400
commitfcb522e8a8994d80cb363096bda62fa30f762001 (patch)
treedeabbac55e26645a7517f52e04b331238c1e47a3 /dev/ci/ci-basic-overlay.sh
parent372737ba74baa2af8ee798df1b2768a5d827a179 (diff)
[ci] Add mit-plv/cross-crypto
I followed the code for fiat-crypto / fiat-parsers. I hope I didn't miss anything.
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 1ae2ad0ac..b7faea13e 100755
--- a/dev/ci/ci-basic-overlay.sh
+++ b/dev/ci/ci-basic-overlay.sh
@@ -91,6 +91,12 @@
: "${VST_CI_GITURL:=https://github.com/PrincetonUniversity/VST.git}"
########################################################################
+# cross-crypto
+########################################################################
+: "${cross_crypto_CI_BRANCH:=master}"
+: "${cross_crypto_CI_GITURL:=https://github.com/mit-plv/cross-crypto.git}"
+
+########################################################################
# fiat_parsers
########################################################################
: "${fiat_parsers_CI_BRANCH:=master}"