diff options
| author | Emilio Jesus Gallego Arias | 2017-03-20 13:38:14 +0100 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2017-03-24 13:14:49 +0100 |
| commit | f29e577ef81e608cb8b3a68f4e171716c1280711 (patch) | |
| tree | a65502f6a3cfbe8307fb7b5ebdda208c0db4ca08 /dev/ci/ci-basic-overlay.sh | |
| parent | 530cd175c1b7465c3fa35c300f42b022bed9b25b (diff) | |
[travis] Add 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} |
