diff options
| author | Beta Ziliani | 2018-04-25 14:17:51 -0300 |
|---|---|---|
| committer | Beta Ziliani | 2018-04-25 15:22:57 -0300 |
| commit | f725580ecffa96cb0bfd526737586f7a36499286 (patch) | |
| tree | 29e98ebd4336ad53e46388efac4f868e956771cb /dev/ci/ci-basic-overlay.sh | |
| parent | 6d4d16eb5518a9fb461e0f0433c9ce54d2197158 (diff) | |
updating CI for Mtac2
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 5566a51175..5cee72cc73 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -19,13 +19,13 @@ : "${UniMath_CI_GITURL:=https://github.com/UniMath/UniMath.git}" ######################################################################## -# Unicoq + Metacoq +# Unicoq + Mtac2 ######################################################################## : "${unicoq_CI_BRANCH:=master}" : "${unicoq_CI_GITURL:=https://github.com/unicoq/unicoq.git}" -: "${metacoq_CI_BRANCH:=master}" -: "${metacoq_CI_GITURL:=https://github.com/MetaCoq/MetaCoq.git}" +: "${mtac2_CI_BRANCH:=master-sync}" +: "${mtac2_CI_GITURL:=https://github.com/Mtac2/Mtac2.git}" ######################################################################## # Mathclasses + Corn |
