From 522b3a2e63bccc59fcaf8ba4b70bce8b3434797d Mon Sep 17 00:00:00 2001 From: Jason Gross Date: Thu, 26 Mar 2020 13:40:02 -0400 Subject: [ci] Add bbv I believe a recent commit to master broke it, and now that it's no longer tested as part of fiat-crypto-legacy, I think it's time to add it. --- dev/ci/ci-basic-overlay.sh | 7 +++++++ 1 file changed, 7 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 70e3fe5c69..c18e556da8 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -199,6 +199,13 @@ : "${coqprime_CI_GITURL:=https://github.com/thery/coqprime}" : "${coqprime_CI_ARCHIVEURL:=${coqprime_CI_GITURL}/archive}" +######################################################################## +# bbv +######################################################################## +: "${bbv_CI_REF:=master}" +: "${bbv_CI_GITURL:=https://github.com/mit-plv/bbv}" +: "${bbv_CI_ARCHIVEURL:=${bbv_CI_GITURL}/archive}" + ######################################################################## # bedrock2 ######################################################################## -- cgit v1.2.3