diff options
| author | Emilio Jesus Gallego Arias | 2018-06-03 13:32:32 +0200 |
|---|---|---|
| committer | Emilio Jesus Gallego Arias | 2018-06-03 13:32:32 +0200 |
| commit | c2279eea0b8666282e640637a74947ba554627d6 (patch) | |
| tree | c5369f44fd75f5997ef7314b2aa5fa7b04689b00 /dev/ci/ci-basic-overlay.sh | |
| parent | 5c93d722426a552f4cf1ce93bcd3dbaf14948b6f (diff) | |
| parent | 3334a54c1e6e75a7d1080498e1ce58bd0ecb73bd (diff) | |
Merge PR #7656: CI for QuickChick and ext-lib
Diffstat (limited to 'dev/ci/ci-basic-overlay.sh')
| -rwxr-xr-x | dev/ci/ci-basic-overlay.sh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/dev/ci/ci-basic-overlay.sh b/dev/ci/ci-basic-overlay.sh index 5c882ee856..87d837b387 100755 --- a/dev/ci/ci-basic-overlay.sh +++ b/dev/ci/ci-basic-overlay.sh @@ -170,3 +170,15 @@ ######################################################################## : "${pidetop_CI_BRANCH:=v8.9}" : "${pidetop_CI_GITURL:=https://bitbucket.org/coqpide/pidetop.git}" + +######################################################################## +# ext-lib +######################################################################## +: "${ext_lib_CI_BRANCH:=master}" +: "${ext_lib_CI_GITURL:=https://github.com/coq-ext-lib/coq-ext-lib.git}" + +######################################################################## +# quickchick +######################################################################## +: "${quickchick_CI_BRANCH:=master}" +: "${quickchick_CI_GITURL:=https://github.com/QuickChick/QuickChick.git}" |
