diff options
| author | Emilio Jesus Gallego Arias | 2020-03-27 02:18:20 -0400 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2020-03-27 02:18:20 -0400 |
| commit | 0bee206916de2b321354d62e81b243eadc1530ce (patch) | |
| tree | eda8b3ecd35052873aa540de33d15b45a48c504e /dev/ci/ci-basic-overlay.sh | |
| parent | 5f5f9520ccf0f107d381e5874a3743f47e37c409 (diff) | |
| parent | 522b3a2e63bccc59fcaf8ba4b70bce8b3434797d (diff) | |
Merge PR #11925: [ci] Add bbv
Reviewed-by: ejgallego
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 7 |
1 files changed, 7 insertions, 0 deletions
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 @@ -200,6 +200,13 @@ : "${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 ######################################################################## : "${bedrock2_CI_REF:=tested}" |
