From fcb522e8a8994d80cb363096bda62fa30f762001 Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Wed, 9 May 2018 19:01:10 -0400 Subject: [ci] Add mit-plv/cross-crypto I followed the code for fiat-crypto / fiat-parsers. I hope I didn't miss anything. --- dev/ci/ci-basic-overlay.sh | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'dev/ci/ci-basic-overlay.sh') diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 1ae2ad0acb..b7faea13ed 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -90,6 +90,12 @@ : "${VST_CI_BRANCH:=master}" : "${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 ######################################################################## -- cgit v1.2.3