diff options
| author | Emilio Jesus Gallego Arias | 2017-03-24 15:47:36 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-24 15:53:17 +0100 |
| commit | e82881f643d23d945aa0a4e2ce6172878f7c1412 (patch) | |
| tree | 208f1a2d4b0f9166c4976e12e342067b9ac86b97 /dev/ci/ci-basic-overlay.sh | |
| parent | 9c80dd80feb1cc2ae6d0dc6e08985d4f51d4f329 (diff) | |
[travis] Backport from trunk: VST
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rw-r--r-- | dev/ci/ci-basic-overlay.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 241ec35861..336ce9d8f1 100644 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -46,8 +46,11 @@ ######################################################################## # HoTT ######################################################################## +# Temporal overlay : ${HoTT_CI_BRANCH:=mz-8.7} : ${HoTT_CI_GITURL:=https://github.com/ejgallego/HoTT.git} +# : ${HoTT_CI_BRANCH:=master} +# : ${HoTT_CI_GITURL:=https://github.com/HoTT/HoTT.git} ######################################################################## # GeoCoq @@ -74,6 +77,12 @@ : ${CompCert_CI_GITURL:=https://github.com/AbsInt/CompCert.git} ######################################################################## +# VST +######################################################################## +: ${VST_CI_BRANCH:=master} +: ${VST_CI_GITURL:=https://github.com/PrincetonUniversity/VST.git} + +######################################################################## # fiat_parsers ######################################################################## : ${fiat_parsers_CI_BRANCH:=master} |
